research_status
Poll the progress of a notebook research task. Waits until complete or timeout, then returns status.
Instructions
Poll research progress. Blocks until complete or timeout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | Yes | Notebook UUID | |
| poll_interval | No | Seconds between polls (default: 30) | |
| max_wait | No | Max seconds to wait (default: 300, 0=single poll) | |
| 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. | |
| query | No | Optional query text for fallback matching when task_id changes (deep research). Contributed by @saitrogen (PR #15). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||