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": "BLd8e44178be86497aba12db040b2fb62d",
"type": "builds",
"attributes": {
"created_at": "2023-04-21T22:53:42.861Z",
"status": "pending",
"updated_at": "2023-04-21T22:53:42.861Z",
"token": "9be14631d436",
"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/BLd8e44178be86497aba12db040b2fb62d/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d/environment"
},
"data": {
"id": "ENbfc719c68b1a4c14ae3e82bb761d8d0c",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d/library"
},
"data": {
"id": "LB22f2461d76904fbb8248e739cc37f180",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d/property"
},
"data": {
"id": "PRc2f1470cf0e944dcbcaf96abd64939e8",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/ENbfc719c68b1a4c14ae3e82bb761d8d0c",
"library": "https://reactor.adobe.io/libraries/LB22f2461d76904fbb8248e739cc37f180",
"self": "https://reactor.adobe.io/builds/BLd8e44178be86497aba12db040b2fb62d"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/9d3612b3a378/launch-9b96fb7e7072-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/9d3612b3a378/9be14631d436/launch-9b96fb7e7072-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
}
}
}