List
deploys
List
List the project’s deployments, newest first.
GET
List
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
Deployments.
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.
Source repository as "owner/repo"; null for non-git deploys.