research_status
Check the progress and status of a running research task. Returns current status ('running', 'completed', 'failed') with timestamps.
Instructions
Check the current status and progress of a running research task.
Use when:
Research is taking a long time (>5 minutes)
Want to check if a task completed successfully
Need creation/completion timestamps
Returns: Task status ('running', 'completed', 'failed') with timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |