Get
deploys
Get
Get one deployment including its build log.
GET
Get
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The organization's id (UUID) or slug — either form is accepted.
The project's id (UUID) or slug — either form is accepted.
Response
The deployment.
Available options:
queued, building, deploying, ready, failed Slug of the environment the deployment targets. Null only for deployments that predate environment tracking.
What queued the deployment. Null for deployments that predate trigger tracking.
Accumulated build output.
Source repository as "owner/repo"; null for non-git deploys.