GET /v1/deployments/{id}
Retrieves the full Deployment object by its ID.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Deployment ID with the dep_ prefix |
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer $QODER_PAT |
Example request
Example response
HTTP 200 OK Returns the full Deployment object (same shape as Create a deployment response).Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | PAT invalid or expired |
| 404 | not_found_error | Deployment does not exist |
Related
List deployments
Page through all deployments under the account.
Update a deployment
Modify name, schedule, resources, and other mutable fields.
List deployment runs
View the run history of this deployment.
Errors reference
All API error codes and the error envelope convention.