Get speaker notes
get_speaker_notesRetrieve a slide's speaker notes as plain text, along with the notes text shape ID. Returns empty string when no notes exist.
Instructions
Returns a slide's speaker notes as plain text, plus the speakerNotesObjectId (the text shape on the slide's hidden notes page). The lookup fetches the slide's notes page internally, so you only need the slide's object id from list_slides. An empty string means the slide has no notes yet. Notes text is also searched by replace_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| presentation_id | Yes | The presentation id — the long id from the URL (docs.google.com/presentation/d/<presentationId>/edit) or from create_presentation output. | |
| slide_object_id | Yes | The slide's object id (from list_slides) — not the notes page id. |