get_audio_status
Check audio overview generation status for NotebookLM notebooks, returning progress, duration, and completion state.
Instructions
Check the audio overview generation status for a notebook.
Returns
status: "not_started" | "generating" | "ready" | "failed" | "unknown"
progress: Generation progress (0-100) if generating
duration: Audio duration in seconds if ready
Example
{ "notebook_id": "my-research" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notebook_id | No | Library notebook ID | |
| notebook_url | No | Or direct notebook URL (overrides notebook_id) |