Retrieve the data for an existing Environment, based on its ID.
GET /environments/:id
curl https://reactor.adobe.io/environments/:id \
-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": "EN7ab8d6be4c924d2a93c541616691d548",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2023-04-21T22:56:37.069Z",
"library_path": "042253ab27b4/69516f2176b2",
"library_name": "launch-b694cc7a3971-development.min.js",
"library_entry_points": [
{
"library_name": "launch-b694cc7a3971-development.min.js",
"minified": true,
"references": [
"042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.min.js"
],
"license_path": "042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.js"
},
{
"library_name": "launch-b694cc7a3971-development.js",
"minified": false,
"references": [
"042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2023-04-21T22:56:37.069Z",
"status": "succeeded",
"token": "b694cc7a3971",
"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/EN7ab8d6be4c924d2a93c541616691d548/library"
},
"data": null
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/EN7ab8d6be4c924d2a93c541616691d548/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/EN7ab8d6be4c924d2a93c541616691d548/host",
"self": "https://reactor.adobe.io/environments/EN7ab8d6be4c924d2a93c541616691d548/relationships/host"
},
"data": {
"id": "HT5618920fa2bd4fa2bf3c06848c171111",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/EN7ab8d6be4c924d2a93c541616691d548/property"
},
"data": {
"id": "PR7f0e86846d8c440293a0b6248b7bc22d",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PR7f0e86846d8c440293a0b6248b7bc22d",
"self": "https://reactor.adobe.io/environments/EN7ab8d6be4c924d2a93c541616691d548"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.js",
"debug": "https://assets.adobedtm.com/staging/042253ab27b4/69516f2176b2/launch-b694cc7a3971-development.js"
}
]
}
}
}