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": "BL638c0f6f4fb442bc8b78f102ee70e03e",
"type": "builds",
"attributes": {
"created_at": "2023-01-30T20:48:08.112Z",
"status": "pending",
"updated_at": "2023-01-30T20:48:08.112Z",
"token": "e6c6ed73dd03",
"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/BL638c0f6f4fb442bc8b78f102ee70e03e/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e/extensions"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e/rules"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e/environment"
},
"data": {
"id": "ENd0ab82e966994e8dbde53f5af1900a92",
"type": "environments"
}
},
"library": {
"links": {
"related": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e/library"
},
"data": {
"id": "LB2d1842c89d394527ab01e6dd7b9f5422",
"type": "libraries"
}
},
"property": {
"links": {
"related": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e/property"
},
"data": {
"id": "PRf6e27f5c1d0a4d2bb54e86286ed399e4",
"type": "properties"
}
}
},
"links": {
"environment": "https://reactor.adobe.io/environments/ENd0ab82e966994e8dbde53f5af1900a92",
"library": "https://reactor.adobe.io/libraries/LB2d1842c89d394527ab01e6dd7b9f5422",
"self": "https://reactor.adobe.io/builds/BL638c0f6f4fb442bc8b78f102ee70e03e"
},
"meta": {
"artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/248695d78dc0/launch-9f9d16880341-development.min.js",
"direct_artifact_url": "https://assets.adobedtm.com/staging/042253ab27b4/248695d78dc0/e6c6ed73dd03/launch-9f9d16880341-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
}
}
}