harness_status
Check the progress of a research task by task ID. Poll every 30-60 seconds for status: running, completed, or failed. Lists all tasks if no ID provided.
Instructions
Check the progress of a research task started by harness_research.
After calling harness_research, you MUST poll this tool with the returned task_id every 30-60 seconds.
status "running": research is in progress, keep polling
status "completed": research is done, output file paths are included
status "failed": an error occurred, error message is included
If no task_id is provided, lists all tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | Task ID to check. If omitted, lists all tasks. |