---
title: "List Canvas Pages"
method: GET
path: "/canvases/{canvas_id}/pages"
tags: ["canvases"]
---

# List Canvas Pages

`GET /canvases/{canvas_id}/pages`

List pages in a canvas with dimensions and node counts.

## Path parameters

- `canvas_id` string, required — Prefixed ``cvs_`` wire ID (Crockford base32 body) — the canonical, recommended form. For back-compat, **a bare UUID string is also accepted** in both path parameters and JSON request bodies (older integrations that stored raw UUIDs keep working). Both are permanent, supported inputs.

## Query parameters

- `share_token` string, nullable — Optional share token (see GET /canvases/{canvas_id}).

## Headers

- `Moda-Version` '2026-04-12' | '2026-05-01'

## Response `200`

Successful Response

- ListCanvasPagesResponse
  - `canvas_name` string, required — Display name of the canvas.
  - `pages` object[], required — List of page objects with name, dimensions, and element counts.
  - `total_pages` integer, required — Total number of pages in the canvas.

## Other responses

- `401` — Authentication required.
- `403` — Permission denied for this scope.
- `404` — Resource not found.
- `409` — Conflict (idempotency / resource state).
- `422` — Request validation failed.
- `429` — Rate limit exceeded.
- `500` — Internal error.

---

[API](https://skmtc.net/moda/apis/moda-public-api.md) · [All operations](https://skmtc.net/moda/apis/moda-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moda/moda-public-api/versions/b34cb4cca59e/schema)
