Deployments
List workspace deployments
Returns deployments from one workspace owned by the authenticated Account, ordered by publish time and project ID descending. Deleted, admin-hidden, personal-workspace, and cross-Account projects are excluded. When projectId is supplied, the project must belong to the selected workspace or the list is empty.
get/deployments
Query parameters
workspaceIdstring required
Workspace owned by the authenticated Account.
limitinteger
Maximum number of records to return.
cursorstring
Opaque pagination cursor returned by the previous response.
projectIdstring uuid
Restrict results to one project in the selected workspace.
status'pending' | 'building' | 'security_scanning' | 'running' | 'promoting' | 'failed' | 'success' | 'updating_tier' | 'suspending' | 'suspended' | 'resuming'
Current serving build lifecycle status.
Response
Deployment list.