GET /v1/deployments/{id}/runs/{run_id}
Retrieves a single Deployment Run by its ID within a specific deployment.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Deployment ID with the dep_ prefix |
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.Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT invalid or expired |
| 404 | not_found_error | Deployment or Run does not exist |
Related
List deployment runs
View the run history of this deployment.
Get a deployment run (global)
Fetch a run without specifying its parent deployment.
Manually trigger a deployment
Kick off a deployment run immediately.
Get a deployment
Inspect deployment configuration and status.