resume_research
Resume interrupted deep research sessions. List recoverable sessions or check a specific session's status to retrieve the completed report.
Instructions
Resume an interrupted or in-progress research_deep session.
Use when a research_deep call was cut short (client disconnect,
transport error, cancellation) or when you want to check whether a
long-running session has since completed on Gemini's servers.
Because research_deep persists its session at the start, the
research continues on Gemini's side even when the MCP client goes
away — this tool retrieves the result once it's ready.
Call with no arguments to list recoverable sessions. Call with an
interaction_id (returned by the original research_deep call or by
list_research_sessions) to check a specific session's status; if it
has completed, the full report is returned. Hand the result off to
export_research_session(format="docx") to save the report to disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| interaction_id | No | Optional: specific interaction_id to resume. If not provided, shows resumable sessions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |