get_agent_job
Poll the status of an asynchronous agent job. Provide the job ID to receive status updates: queued, running, completed, or failed, along with any output or error.
Instructions
Poll the status of an async agent job. Returns {status: queued|running|completed|failed, output?, error?}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned from any generate_* tool. |