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": "BL598ddf8fe7374504afe56ad9a84d49a9",
"type": "builds",
"attributes": {
"created_at": "2022-02-04T21:03:52.585Z",
"status": "pending",
"updated_at": "2022-02-04T21:03:52.585Z",
"token": "de0039897bd5"
},
"relationships": {
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/environment"
},
"data": {
"id": "ENa01eb101c091471bb4fb4abd99cce658",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/library"
},
"data": {
"id": "LB9eae581bf21649308017abfb9aedb43d",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9/property"
},
"data": {
"id": "PR80ab24709c1045cbb6827c7ab894ff9e",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/ENa01eb101c091471bb4fb4abd99cce658",
"library": "https://reactor.adobe.io/libraries/LB9eae581bf21649308017abfb9aedb43d",
"self": "https://reactor.adobe.io/builds/BL598ddf8fe7374504afe56ad9a84d49a9"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/launch-28835b355e35-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/17e0df72ece8/d675e2f1e9cb/de0039897bd5/launch-28835b355e35-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
}
}
}