Retrieve a single deployment run by ID.
GET /api/v1/cloud/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_ACCESS_TOKEN |
Example request
Example response
HTTP 200 OK
Returns a single Deployment Run object.
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT or SAT invalid or expired |
| 404 | not_found_error | Deployment or Run does not exist |