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
| Parameter | Type | Description |
|---|---|---|
run_id | string | Run ID with the drun_ prefix |
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Example request
Example response
HTTP 200 OK
Returns a single Deployment Run object (same shape as the nested endpoint).
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT or SAT invalid or expired |
| 404 | not_found_error | Run does not exist |