download_artifact
Check an artifact's status in NotebookLM and download it to disk once complete. If no artifact ID is provided, fetches the most recent one.
Instructions
Check an artifact's status and, if complete, download it to disk.
If artifact_id is None, returns the most recent artifact in the notebook.
Returns { artifact_id, status, title, duration_sec, path?, mime? }.
path is only present when download succeeded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest_dir | No | ||
| artifact_id | No | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||