Get a project build

Retrieves a project build by its unique ID.

Path parameters

idintegerRequired
The ID of the project build to retrieve.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Success reply
idinteger
Project build ID.
created_atstring
Timestamp in ISO 8601 format.
updated_atstring
Timestamp in ISO 8601 format.
descriptionstring
Description of the build.
project_idstring
Project ID.
stateenum
State of the project build.
Allowed values:
performed_by_namestring
Name of the user who initiated the build.
download_urlstring
Download URL.

Errors