task_status
Poll background jobs to check status and retrieve logs, or list recent jobs when no job ID is provided.
Instructions
Poll a background job started with background=true, or list recent jobs if job_id is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | No | Job id returned by execute_task/review_task with background=true | |
| include_log | No | Include truncated log tail (default true when job_id set) |