Get Design Pages
get-design-pagesList the pages in an existing Canva design, including each page's index and individual thumbnail.
Use to browse a design's pages or slides, see each page thumbnail in order, show what a specific page looks like, or get a range of page previews. Do not use to retrieve a thumbnail that reflects uncommitted changes in an active editing transaction.
Requires a design with individual pages; Canva Docs do not have pages. Returns only the requested pages, without the design's total page count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pages to return, from 1 to 100. Use with "offset" to retrieve the next range of pages. | |
| offset | No | Page number to start from. Use for pagination; for example, use 21 to start at page 21. | |
| design_id | Yes | ID of the existing Canva design, usually returned by a previous Canva tool. You can also provide a full Canva design share URL, including its collaboration token. Resolve Canva shortlinks before using this field. | |
| user_intent | No | Mandatory description of what the user is trying to accomplish with this tool call. This should always be provided by LLM clients. Please keep it concise (255 characters or less recommended). |