Skip to main content
GET
List Pages

List Pages

Returns a paginated list of pages in the store, ordered by creation date (newest first).

Request

Query Parameters

page
integer
default:"1"
Page number for pagination
limit
integer
default:"50"
Number of items per page

Response

status
integer
HTTP status code (200 on success)
state
string
Outcome state, success on success
message
string
Human-readable message, null on success
data.pages
array
Array of page objects
data.pagination
object
Pagination information (page, limit, total, hasMore)

Example Response

Error Codes

StatusStateDescription
401errorInvalid or missing access token
403errorApp doesn’t have read_content scope