Skip to main content
Version: 202607

List pages

GET 

/openapi/2026-07/pages

Retrieve a list of all pages with pagination.

Request

Query Parameters

    cursor string

    Cursor for pagination

    page_size int32

    Number of records per page. The default value is 10

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    pages object[]

    List of pages

  • Array [
  • idint32

    Unique ID of the page

    store_idint32

    Store ID to which the page belongs

    titlestring

    The title of the page

    contentstring

    HTML content of the page

    statusint32

    Status of the page (1 for active)

    created_atstring

    Timestamp of when the page was created

    updated_atstring

    Timestamp of the last update

    urlstring

    URL of the page

    meta_titlestring

    SEO title of the page

    meta_keywordsstring[]

    SEO keywords for the page

    meta_descriptionstring

    SEO description of the page

    independent_seoboolean

    Whether SEO is managed independently

    originstring

    Origin

  • ]
  • cursorstring

    The cursor for the next page of results

    has_moreboolean

    Whether there are more records