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": "EN0517c270516e447b8cbe2231e621c2be",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2023-04-21T22:56:59.340Z",
"library_path": "042253ab27b4/38779ed0158e",
"library_name": "launch-4b170eeeb2c6-development.min.js",
"library_entry_points": [
{
"library_name": "launch-4b170eeeb2c6-development.min.js",
"minified": true,
"references": [
"042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.min.js"
],
"license_path": "042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.js"
},
{
"library_name": "launch-4b170eeeb2c6-development.js",
"minified": false,
"references": [
"042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2023-04-21T22:56:59.475Z",
"status": "succeeded",
"token": "4b170eeeb2c6",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru"
},
"relationships": {
"library": {
"links": {
"related": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be/library"
},
"data": {
"id": "LB7016ff4b4fa7488198f2ed6072a3efcc",
"type": "libraries"
}
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be/host",
"self": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be/relationships/host"
},
"data": {
"id": "HTe19feedbfa8f410ebd7e8695471f3070",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be/property"
},
"data": {
"id": "PRdefedcc06f084d45a363de04cabe0720",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRdefedcc06f084d45a363de04cabe0720",
"self": "https://reactor.adobe.io/environments/EN0517c270516e447b8cbe2231e621c2be"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.js",
"debug": "https://assets.adobedtm.com/staging/042253ab27b4/38779ed0158e/launch-4b170eeeb2c6-development.js"
}
]
}
}
}