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": "BLd8864b79c11940509bbc1247b17e1276",
"type": "builds",
"attributes": {
"created_at": "2023-01-30T20:48:01.917Z",
"status": "pending",
"updated_at": "2023-01-30T20:48:01.917Z",
"token": "5e68e9d3ee52",
"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/BLd8864b79c11940509bbc1247b17e1276/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276/environment"
},
"data": {
"id": "EN32ab2883d3f947489cf5a47bf467fe49",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276/library"
},
"data": {
"id": "LB746af9b2deae4da9b8d067fefbee8dee",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276/property"
},
"data": {
"id": "PRe4fd04d0b80d4d83b68a060c77dcc2ea",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/EN32ab2883d3f947489cf5a47bf467fe49",
"library": "https://reactor.adobe.io/libraries/LB746af9b2deae4da9b8d067fefbee8dee",
"self": "https://reactor.adobe.io/builds/BLd8864b79c11940509bbc1247b17e1276"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/33ce693e7db1/launch-4dc1c875b05c-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/33ce693e7db1/5e68e9d3ee52/launch-4dc1c875b05c-development.min.js",
"archive": false,
"host_type_of": "akamai"
}
}
}