Retrieve the data for the Environment associated with the specified Build.
GET /builds/:build_id/environment
curl https://reactor.adobe.io/builds/:build_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": "ENdddab5bb7843439895f84b8ff5c403fc",
"type": "environments",
"attributes": {
"archive": false,
"created_at": "2023-01-30T20:51:31.268Z",
"library_path": "042253ab27b4/dc8e3178a55c",
"library_name": "launch-17a2e7e19e1d-development.min.js",
"library_entry_points": [
{
"library_name": "launch-17a2e7e19e1d-development.min.js",
"minified": true,
"references": [
"042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.min.js"
],
"license_path": "042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.js"
},
{
"library_name": "launch-17a2e7e19e1d-development.js",
"minified": false,
"references": [
"042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.js"
]
}
],
"name": "Development Environment A",
"path": "https://assets.adobedtm.com/staging",
"stage": "development",
"updated_at": "2023-01-30T20:51:31.390Z",
"status": "succeeded",
"token": "17a2e7e19e1d",
"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/ENdddab5bb7843439895f84b8ff5c403fc/library"
},
"data": {
"id": "LB598458e3d58047baa4a4beef7552a16c",
"type": "libraries"
}
},
"builds": {
"links": {
"related": "https://reactor.adobe.io/environments/ENdddab5bb7843439895f84b8ff5c403fc/builds"
}
},
"host": {
"links": {
"related": "https://reactor.adobe.io/environments/ENdddab5bb7843439895f84b8ff5c403fc/host",
"self": "https://reactor.adobe.io/environments/ENdddab5bb7843439895f84b8ff5c403fc/relationships/host"
},
"data": {
"id": "HT50a85da6ab4645aea191f9d3099fb185",
"type": "hosts"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/environments/ENdddab5bb7843439895f84b8ff5c403fc/property"
},
"data": {
"id": "PRcf7507b89faa4cfc983538c1eed7aea2",
"type": "properties"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRcf7507b89faa4cfc983538c1eed7aea2",
"self": "https://reactor.adobe.io/environments/ENdddab5bb7843439895f84b8ff5c403fc"
},
"meta": {
"archive_encrypted": false,
"script_sources": [
{
"hosting_region": "Standard",
"minified": "https://assets.adobedtm.com/staging/042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.min.js",
"license_path": "https://assets.adobedtm.com/staging/042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.js",
"debug": "https://assets.adobedtm.com/staging/042253ab27b4/dc8e3178a55c/launch-17a2e7e19e1d-development.js"
}
]
}
}
}