---
title: "Retrieve a list of all pages"
method: GET
path: "/admin/pages/plus-base.json"
tags: ["Page"]
---

# Retrieve a list of all pages

`GET /admin/pages/plus-base.json`

## Query parameters

- `limit` number
- `since_id` number
- `title` string
- `handle` string
- `created_at_min` string
- `created_at_max` string
- `updated_at_min` string
- `updated_at_max` string
- `updated_at_max` string
- `published_at_min` string
- `fields` string
- `published_status` string

## Response `200`

OK

- ListPagesSwaggerResponse
  - `pages` Page[]
    - `body_html` string — The text content of the page, complete with HTML markup.
    - `handle` string — A unique, human-friendly string for the page, generated automatically from its title. In online store themes, the Liquid templating language refers to a page by its handle.
    - `id` integer — The unique numeric identifier for the page.
    - `is_show_in_search` boolean
    - `publish` boolean — Tell whether this page is visible or hidden
    - `search_engine_image` string
    - `search_engine_meta_description` string — The description to display in Search Engine
    - `search_engine_title` string — The title to display in Search Engine
    - `tags` string
    - `template` string — Template name which will be used to display. If this field is empty, default template will be used instead
    - `title` string — The page's title.

---

[API](https://skmtc.net/shopbase/apis/shopbase-internal-api.md) · [All operations](https://skmtc.net/shopbase/apis/shopbase-internal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shopbase/shopbase-internal-api/revisions/353ccde6240d/schema)
