check_research_status
Check the status of a research job, get result count, and retrieve full results once complete. Poll repeatedly until status is 'complete'.
Instructions
Poll the status of a running research job. Returns status (pending/running/complete/error), result count, and full results when complete. Keep calling this until status is 'complete', then call import_research_results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Research job ID from run_research. |