Start Deep Research
deerflow_researchKick off a long-running deep research run on a topic and get thread/run IDs plus a polling URL; fetch cited findings on completion.
Instructions
Kick off a long-running deep-research run on a fresh DeerFlow thread. Returns immediately with the thread/run ids and a web URL; poll deerflow_run_status until it reaches a terminal status, then call deerflow_get_report to read the findings. Deep research takes minutes to ~45 minutes and never blocks this call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | Optional one-line constraint to fold into the brief (e.g. 'focus on the EU'). | |
| model | No | Optional DeerFlow model name (see deerflow_list_models). | |
| topic | Yes | The research topic or question to investigate in depth. | |
| recursion_limit | No | Optional agent recursion budget for this run (default 1000). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | ||
| status | Yes | ||
| web_url | Yes | ||
| thread_id | Yes |