research_status
Check a notebook's research progress by providing its name or ID. Get status, sources, and report details; poll until completed, then pass the poll_task_id to access results.
Instructions
Check a notebook's research status. Accepts a notebook name or ID.
Returns status (no_research|in_progress|completed|failed|not_found),
poll_task_id, the sources, and report metadata. Poll until
completed, then pass poll_task_id to research_import.
report and each source's report_markdown are omitted by default;
set include_report=True (optionally report_max_chars) to include
them, truncated to that length. report_char_count is the full size;
report_truncated flags an omitted/truncated report.
source_limit / source_offset page sources.
poll_task_id (optional) pins one of several in-flight tasks; omit it
for a single task (ambiguous with two+ running). An unmatched pin reports
not_found. task_id is a deprecated alias (removed in v0.9.0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| notebook | Yes | ||
| poll_task_id | No | ||
| source_limit | No | ||
| source_offset | No | ||
| include_report | No | ||
| report_max_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||