wire_build_status
Check Wire build status by ID to see progress, published actions, skipped capabilities, and catalog slug, or omit ID to list recent builds with optional status filter. Read-only.
Instructions
Check on Wire builds started with wire_build. Pass the id from wire_build's build_request to get that build's full detail: its status ("pending"/"processing" → still running, poll again after ~30s), the published actions (each with the action_id to run it via wire_read_action / wire_write_action), the skipped list (capabilities the build could not deliver — always check it, delivery may be partial), and the catalog_slug once an action has published. Omit id to list your recent build requests instead (optionally filtered by status). Read-only; spends no credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | A build request id (from wire_build's response). Omit to list recent builds. | |
| page | No | List mode only — 1-based page number, for paging past the first `limit` builds (see `pagination.total` in the result). | |
| limit | No | List mode only — maximum builds to return per page. | |
| status | No | List mode only — filter by status (e.g. "pending", "processing", "success", "failed"). | |
| include_events | No | Detail mode only — include the build's step-by-step event log (verbose; default false). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||