get_autopilot_status
Track the live progress and results of an autopilot run by providing its run ID. This read-only status check never interrupts or alters the run, allowing safe polling any time.
Instructions
Get the current progress and results of one autopilot run.
This is how you follow a run started by start_autopilot: call it with the runId, leaving time between polls. Reading status does not pause, stop, or alter the run in any way — it keeps going regardless, and there is no tool here to stop it.
Reads only and costs no credits, however often you call it. Requires an API key. A run still in progress is a normal answer, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Autopilot run UUID |