Build
Read a build
Read a build by ID.
get/build/{id}
Path parameters
idinteger required
The ID of the build to read.
Response
The operation was successful.
Example response
{
"id": 123,
"application_id": 345,
"branch": "main",
"commit": {
"id": "123abc",
"permalink": "https://example.com/1234"
},
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-02T00:00:00Z",
"description": "This is a description of the build.",
"nrn": "organization=1:account=2:namespace=3:application=234:build=123",
"status": "pending"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.