pages_list
Get a list of all pages in a Webflow site, including page IDs, titles, and slugs. Paginate with limit and offset, and filter by locale.
Instructions
List all pages within a site. Returns page metadata including IDs, titles, and slugs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to be returned (max limit: 100) | |
| offset | No | Offset used for pagination if the results have more than limit records. | |
| site_id | Yes | The site’s unique ID, used to list its pages. | |
| localeId | No | Unique identifier for a specific locale. Applicable when using localization. |