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

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

Response

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

Example Response

Error Codes