get_agent_job
Check the status of an asynchronous agent job using its job ID. Returns current state and any result 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. |