Retrieve the Builds that use the specified Environment.
GET /environments/:environment_id/builds
curl https://reactor.adobe.io/environments/:environment_id/builds \
-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": "BL504eb35c46914ecea40c6fdd24fd7da3",
"type": "builds",
"attributes": {
"created_at": "2023-01-30T20:48:14.182Z",
"status": "pending",
"updated_at": "2023-01-30T20:48:14.182Z",
"token": "1d67826de2d3",
"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": {
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/environment"
},
"data": {
"id": "ENdaca097be8ae4b13aef2f70ee9983b33",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/library"
},
"data": {
"id": "LB809b587a146b4c6b970b502f7153a737",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3/property"
},
"data": {
"id": "PR05669832f7eb40ed82e4be402d75c943",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/ENdaca097be8ae4b13aef2f70ee9983b33",
"library": "https://reactor.adobe.io/libraries/LB809b587a146b4c6b970b502f7153a737",
"self": "https://reactor.adobe.io/builds/BL504eb35c46914ecea40c6fdd24fd7da3"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/3a9de985eacc/launch-c52ff821a4b0-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/3a9de985eacc/1d67826de2d3/launch-c52ff821a4b0-development.min.js",
"archive": false,
"host_type_of": "akamai"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}