GET /v1/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 $QODER_PAT |
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 invalid or expired |
| 404 | not_found_error | Run does not exist |
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.