listNodesByPage
Retrieve design nodes from a Sketch page, filtering by type or name, with pagination support.
Instructions
List nodes within a specific page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | The ID of the page | |
| limit | No | Maximum number of results to return | |
| type | No | Filter by node type | |
| nameContains | No | Filter by name containing this string | |
| offset | No | Number of results to skip |