research_import
Import sources from a finished research task into a notebook, with optional cited-only filtering and maximum source limits.
Instructions
Import a completed research task's sources into the notebook.
Accepts a notebook name or ID and the poll_task_id to import — the
value from research_start / research_status. task_id is a
deprecated alias (removed in v0.9.0).
The id pins the task. Timeout-tolerant: a timed-out import reconciles
what committed. Idempotent: sources already present (by URL) are skipped
as already_present; allow_duplicate re-adds them.
cited_only imports only report-cited sources (all, if none resolve).
max_sources caps the count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| notebook | Yes | ||
| cited_only | No | ||
| max_sources | No | ||
| poll_task_id | No | ||
| allow_duplicate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||