listPages
Retrieve and filter all website pages including homepage, landing pages, and templates using pagination and customizable sorting options.
Instructions
List pages (list_seo) — Paginated list of all pages on the site: homepage, custom landing pages, profile/search templates, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Records per page (default 25, max 100) | |
| page | No | Pagination cursor (use next_page from previous response) | |
| property | No | Field name to filter by | |
| property_value | No | Value to filter by | |
| property_operator | No | Filter operator: =, LIKE, >, <, >=, <= | |
| order_column | No | Column to sort by | |
| order_type | No | Sort direction: ASC or DESC |