get-design-pages

List the pages of a multi-page design.

Use get-design-pages to inspect pages, dimensions, and thumbnails for a design.

Example prompt

"How many slides are in my roadmap deck?"

Example response

IDs, URLs, and tokens below are placeholders; field names and structure are exactly as returned.

{
"items": [
{ "id": "PAGE_EXAMPLE_1", "index": 1, "page_number": 1, "dimensions": { "width": 1920, "height": 1080 }, "thumbnail": { "width": 596, "height": 335, "url": "https://media.canva.com/EXAMPLE_THUMBNAIL_1" }, "design_type": "presentation" },
{ "id": "PAGE_EXAMPLE_2", "index": 2, "page_number": 2, "dimensions": { "width": 1920, "height": 1080 }, "thumbnail": { "width": 596, "height": 335, "url": "https://media.canva.com/EXAMPLE_THUMBNAIL_2" }, "design_type": "presentation" }
]
}
JSON

Each page has an id, index, page_number, dimensions, thumbnail, and design_type.

Signed thumbnail URLs from media.canva.com expire. Use them immediately, and don't store or share them.

Learn more