GET /api/v1/cloud/deployment_runs
Retrieves deployment runs across all deployments for the current user. This top-level endpoint is useful for monitoring all execution activity without filtering by a specific deployment.
Headers
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
Use
next_page as the page parameter to retrieve the next page.
See Run a deployment for Deployment Run field descriptions.
Errors
See Errors for the full error envelope.
Related
Get a deployment run (global)
Fetch run details directly by run ID.
List deployment runs
Query run history scoped to a single deployment.
List deployments
View all deployments under the account.
Manually trigger a deployment
Kick off a deployment run immediately.