List Pages
Pages
List Pages
Retrieve a list of pages
GET
List Pages
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
List Pages
Returns a paginated list of pages in the store.Request
Parameters
Page number for pagination
Number of items per page (max 250)
Filter by status:
published, unpublished, anyFilter by title (partial match)
Filter by exact handle
Filter pages created after this date (ISO 8601)
Filter pages updated after this date (ISO 8601)
Response
Whether the request succeeded
Array of page objects
Pagination information
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_content scope |