Retrieve the Builds that belong to the specified Library.
created_at
status
token
updated_at
GET /libraries/:library_id/builds
curl https://reactor.adobe.io/libraries/:library_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": "BL03dd333ba43c46f4b348e8ae98d7660b",
"type": "builds",
"attributes": {
"created_at": "2023-04-21T22:53:36.662Z",
"status": "pending",
"updated_at": "2023-04-21T22:53:36.662Z",
"token": "0bfa35156d99",
"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/BL03dd333ba43c46f4b348e8ae98d7660b/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b/environment"
},
"data": {
"id": "EN20202ea69c344927b1a66f9b03728bad",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b/library"
},
"data": {
"id": "LB1c0cf06644074429854c1dfd2f37fabd",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b/property"
},
"data": {
"id": "PR418e4885e24d4001a08fdd69c44b968d",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/EN20202ea69c344927b1a66f9b03728bad",
"library": "https://reactor.adobe.io/libraries/LB1c0cf06644074429854c1dfd2f37fabd",
"self": "https://reactor.adobe.io/builds/BL03dd333ba43c46f4b348e8ae98d7660b"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/e4ac8183870b/launch-d8cb94b2596f-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/e4ac8183870b/0bfa35156d99/launch-d8cb94b2596f-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
}
}
}