Tool
deployment_deployment_get
Fetch the status of a single deployment.
Fetch a single deployment by id, including its current status and metadata. Returns: `{ id, status, ... }` where status is one of building, ready, or error. Poll this after a deploy until status settles on ready or error.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | uuid | • | Deployment id to fetch. |
Try it
What's the status of deployment dep-uuid?