Retrieve the data for the Environment associated with the specified Library.
GET /libraries/:library_id/environment
curl https://reactor.adobe.io/libraries/:library_id/environment \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": {
"id": "EN41e3c51b46a64291bdb0bc6784cc10ef",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2022-02-04T21:10:06.570Z",
"library_path": "17e0df72ece8/970870272a1a",
"library_name": "launch-8ba4512c2bc2-development.min.js",
"library_entry_points": [
{
"library_name": "launch-8ba4512c2bc2-development.min.js",
"minified": true,
"references": [
"17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js"
],
"license_path": "17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js"
},
{
"library_name": "launch-8ba4512c2bc2-development.js",
"minified": false,
"references": [
"17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2022-02-04T21:10:07.542Z",
"status": "succeeded",
"token": "8ba4512c2bc2"
},
"relationships": {
"library": {
"links": {
"related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/library"
},
"data": {
"id": "LB250598a233054430a9cc10ba712026b4",
"type": "libraries"
}
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/host",
"self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/relationships/host"
},
"data": {
"id": "HT3cce178838c541b6966a15864fec968c",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef/property"
},
"data": {
"id": "PRe549969fd21441258538b4c32c6b7c52",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRe549969fd21441258538b4c32c6b7c52",
"self": "https://reactor.adobe.io/environments/EN41e3c51b46a64291bdb0bc6784cc10ef"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js",
"debug": "https://assets.adobedtm.com/staging/17e0df72ece8/970870272a1a/launch-8ba4512c2bc2-development.js"
}
]
}
}
}