Get Pages
page_infoList all pages in a Figma document or get specific pages with their top-level children by passing page IDs.
Instructions
List the document's pages; no args → all pages (no children), or pass pageIds → those pages with their top-level children. Batch ≤25 ids/call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageIds | No | Array of page IDs to inspect |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| documentId | Yes | ID of the Figma document | |
| documentName | Yes | Name of the Figma document | |
| pageCount | Yes | Total page count | |
| pages | Yes | List of page objects | |
| missingPageIds | No | Page IDs that could not be found |