Get a project build
Retrieves a project build by its unique ID.
Path parameters
id
The ID of the project build to retrieve.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
id
Project build ID.
created_at
Timestamp in ISO 8601 format.
updated_at
Timestamp in ISO 8601 format.
description
Description of the build.
project_id
Project ID.
state
State of the project build.
Allowed values:
performed_by_name
Name of the user who initiated the build.
download_url
Download URL.