check_status
Query async job status by continuation ID or list recent jobs. Returns start time and progress information.
Instructions
Check the status and progress of async jobs. Query specific jobs by continuation_id or list the 10 most recent jobs. Returns job status with start time and progress information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full_history | No | When used with continuation_id, returns the full conversation history for that continuation ID. Only use when there are multiple turns and you need the full conversation. | |
| continuation_id | No | Optional job continuation ID to query. If not provided, returns the 10 most recent jobs. |