Check Gemini Deep Research
check_deep_researchCheck the status of a Deep Research job using its job_id and fetch the complete synthesized report once research finishes, with optional source citations included.
Instructions
Checks the status of a Deep Research job using its job_id and returns the complete report once finished.
Parameters:
job_id: The tracking ID returned bystart_deep_research(required)include_citations: Whether to include source URLs in the report (default: true)
Returns:
job_id: The tracking ID of the research jobstatus: Current job state ('in_progress', 'completed', 'failed', or 'cancelled')report_text: The synthesized research report when completeduptime: Elapsed time while the job is in progress, when availableerror: Failure details, when the API provides them
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| include_citations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| job_id | No | ||
| status | No | ||
| uptime | No | ||
| report_text | No |