Skip to main content
GET
List

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

The organization's id (UUID) or slug — either form is accepted.

projectId
string
required

The project's id (UUID) or slug — either form is accepted.

Response

Deployments.

id
string
required
status
enum<string>
required
Available options:
queued,
building,
deploying,
ready,
failed
environment
string | null
required

Slug of the environment the deployment targets. Null only for deployments that predate environment tracking.

trigger
object | null
required

What queued the deployment. Null for deployments that predate trigger tracking.

gitRef
string
required
gitRepo
string | null

Source repository as "owner/repo"; null for non-git deploys.

commitSha
string | null
createdAt
string<date-time>
finishedAt
string<date-time> | null
error
string | null