get_page
Retrieve element list, types, and layout for a single slide by providing its object ID from get_presentation.
Instructions
Fetch one slide's element list, types, and layout.
Use this when you need a single slide's details after get_presentation has given you the list of slide objectIds. For a thumbnail image use get_page_thumbnail. For the speaker notes text use get_slides_speaker_notes. Requires the presentations.readonly OAuth scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | The user's Google email address (authenticated account). | |
| presentation_id | Yes | Parent presentation ID. | |
| page_object_id | Yes | Slide objectId from get_presentation's `slides[].objectId` field. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |