status is ready.
Request
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
deployment_id | string | Yes | Deployment ID |
Response
Response fields
| Field | Type | Description |
|---|---|---|
status | string | One of provisioning, ready, error |
thread_id | string | Default thread for Send Message |
events.url | string | SSE endpoint for this deployment |
created_at | string | ISO 8601 creation timestamp |
Errors
| Status | Error | When |
|---|---|---|
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks deployments:read scope |
| 404 | not_found | Deployment does not exist |

