List Pages
Pages
List Pages
Returns a list of pages for a site.
GET
List Pages
Authorizations
API key authentication. Accepts either:
- App API key (e.g. sk_eczMHVBY9fV6GYFhvs53qcnxq7yptlXL3ABKOZtn6dQ)
- Site API key (UUID format, e.g. 550e8400-e29b-41d4-a716-446655440000)
Query Parameters
The site ID to list pages from.
The maximum number of pages to return.
Required range:
1 <= x <= 100The pagination cursor. This is used to indicate what ID to list from.
The filter that limits pages to only those with a pathname that begins with this value.
The field to sort pages by.
Available options:
title, path, description, updatedAt, createdAt The sort direction.
Available options:
asc, desc The flag that determines whether to include offline pages in the results.
Available options:
true, false The locale code to filter pages by.
The version reference to retrieve pages from. Defaults to ref:draft if not provided.
Supported formats:
ref:draft- Draft/working versionref:live- Live/published version
Available options:
ref:live, ref:draft