Retrieve the data for an existing Build, based on its ID.
GET /builds/:id
curl https://reactor.adobe.io/builds/: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": "BL35957d2aa5dc4d7381192f14b10151a6",
"type": "builds",
"attributes": {
"created_at": "2023-04-21T22:53:30.305Z",
"status": "pending",
"updated_at": "2023-04-21T22:53:30.305Z",
"token": "eb1156bffc54",
"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/BL35957d2aa5dc4d7381192f14b10151a6/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6/environment"
},
"data": {
"id": "ENd360b7da663449c3bcf15aba69a83e85",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6/library"
},
"data": {
"id": "LBa6a397d5c1434647b48a2cf01fe4fec6",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6/property"
},
"data": {
"id": "PRcf659d8e230046f39d44913c55342bff",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/ENd360b7da663449c3bcf15aba69a83e85",
"library": "https://reactor.adobe.io/libraries/LBa6a397d5c1434647b48a2cf01fe4fec6",
"self": "https://reactor.adobe.io/builds/BL35957d2aa5dc4d7381192f14b10151a6"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/04280ea24389/launch-84a4c402dded-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/04280ea24389/eb1156bffc54/launch-84a4c402dded-development.min.js",
"archive": false,
"host_type_of": "akamai"
}
}
}