Skip to content

Deployment

deployment_deployment_get

Fetch the status of a single deployment.

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?

When to use

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.

Example

Ask your agent something like this:

What's the status of deployment dep-uuid?

The agent will invoke deployment_deployment_get with these arguments:

{
  "id": "dep-uuid"
}

Esc

Start typing to search the docs.

navigate select