pplx_deep_research_check
Check the status of a deep research job and retrieve the full report once it finishes. Optionally wait up to 40 seconds to reduce polling, results stay available for 7 days.
Instructions
Check a deep research job and retrieve the full report once it is finished. Returns immediately with the current status. If the job is still running, call again. Results stay retrievable for 7 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The id returned by pplx_deep_research_start. | |
| wait_seconds | No | Optionally hold for up to 40 seconds before reporting, polling internally. Reduces the number of tool calls needed. Default 0. | |
| strip_thinking | No | Remove <think> reasoning blocks from the report. Default true. |