GET /api/v1/cloud/deployment_runs/{run_id}
Retrieves a single Deployment Run by its ID without requiring the parent deployment ID in the path. This is a convenience endpoint for directly accessing a run when you already have its ID.
Path parameters
Headers
Example request
Example response
HTTP 200 OK Returns a single Deployment Run object (same shape as the nested endpoint).Errors
See Errors for the full error envelope.
Related
Get a deployment run
Fetch a run via the deployment + run ID path.
List all runs
Query run history across all deployments.
List deployment runs
Query run history scoped to a single deployment.
Get a deployment
Inspect deployment configuration and status.