Retrieve the data for the Library from which the specified Build was created.
GET /builds/:build_id/library
curl https://reactor.adobe.io/builds/:build_id/library \
-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": "LBe772ea1e0c8e4c1fbea41b53d298b925",
"type": "libraries",
"attributes": {
"created_at": "2022-02-04T21:18:22.266Z",
"name": "My Library",
"published_at": null,
"state": "development",
"updated_at": "2022-02-04T21:18:22.266Z",
"build_required": true
},
"relationships": {
"builds": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/builds"
}
},
"environment": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/environment",
"self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/environment"
},
"data": {
"id": "EN2c642ec13fff4cdaaca052bf6e19b672",
"type": "environments"
}
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/data_elements",
"self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/extensions",
"self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/notes"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/rules",
"self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/relationships/rules"
}
},
"upstream_library": {
"data": null
},
"property": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/property"
},
"data": {
"id": "PRe3ec866402d5461fad8b53aac9d9d128",
"type": "properties"
}
},
"last_build": {
"links": {
"related": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925/last_build"
},
"data": {
"id": "BLe0e12c90a2ef4ad0b9033773cccd53b1",
"type": "builds"
}
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRe3ec866402d5461fad8b53aac9d9d128",
"self": "https://reactor.adobe.io/libraries/LBe772ea1e0c8e4c1fbea41b53d298b925"
},
"meta": {
"build_status": "pending",
"build_required_detail": "Last build was not successful"
}
}
}