get_query_history
Retrieve past NotebookLM queries and answers to review research sessions, find specific information, and track notebook usage with enterprise-grade security.
Instructions
Retrieve past NotebookLM queries and answers for reviewing research sessions.
Use this tool to:
Review past research conversations
Find specific information from previous queries
Track which notebooks and sessions you've used
Search through question and answer content
Returns query entries with question, answer, notebook, session, and timing info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No | Filter queries by session ID | |
| notebook_id | No | Filter queries by notebook ID (from your library) | |
| date | No | Filter queries by date (format: YYYY-MM-DD) | |
| search | No | Search pattern to find in questions or answers | |
| limit | No | Maximum number of entries to return (default: 50, max: 500) |