Applications Deployments

List project deployments

Lists deployments for one project in the authenticated organization. If the hosting project has not been created yet, this endpoint returns an empty list with a progress message instead of failing.

get/applications/v1/projects/{id}/deployments

Path parameters

idstring required

Project ID

Query parameters

limitnumber

Maximum number of deployments to return

target'production' | 'staging'

Deployment target to filter by

statestring

Deployment state to filter by

Response

Project deployments retrieved successfully

Changes