Skip to main content
GET /api/v1/cloud/deployments/{id}/runs Retrieves all execution runs for a specific deployment with cursor pagination. Results are sorted by triggered time in descending order (newest first).

Path parameters

Headers

Query parameters

Example request

Example response

HTTP 200 OK

Response 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.

Get a deployment run

Inspect details of a single run.

Manually trigger a deployment

Kick off a deployment run immediately.

List all runs

Query run history across all deployments.

Get a deployment

Inspect deployment configuration and status.