research_status
Poll research progress and wait for completion. Blocks until research finishes or timeout.
Instructions
Poll research progress. Blocks until complete or timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Optional query text for fallback matching when task_id changes (deep research). Contributed by @saitrogen (PR #15). | |
| compact | No | If True (default), truncate report and limit sources shown to save tokens. Use compact=False to get full details. | |
| task_id | No | Optional Task ID to poll for a specific research task. | |
| max_wait | No | Max seconds to wait (default: 900, 0=single poll) | |
| auto_import | No | If True, automatically import sources when research completes. If False (default), returns next_action hint to call research_import manually. | |
| notebook_id | Yes | Notebook UUID | |
| poll_interval | No | Seconds between polls (default: 30) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||