v14

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-279719892.3 MB
Website pages

Retrieve all website pages

Retrieve all website pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits.

get/cms/pages/2026-03/site-pages

Query parameters

afterstring

The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results.

archivedboolean

Whether to return only results that have been archived.

createdAfterstring date-time

Filter pages created after a specific date and time.

createdAtstring date-time

Filter pages by the exact creation timestamp. Format is date-time.

createdBeforestring date-time

Filter pages created before a specific date-time.

limitinteger

The maximum number of results to display per page.

propertystring

Specify properties to include in the response.

sortstring[]

Specify the order of results. Accepts an array of field names to sort by.

updatedAfterstring date-time

Filter pages updated after the specified date-time.

updatedAtstring date-time

Filter pages by their exact update timestamp in ISO 8601 format.

updatedBeforestring date-time

Filter pages updated before a specific date and time. Format should be date-time.

Response

successful operation

totalinteger required

Total number of pages.