---
title: "Get pages"
method: GET
path: "/api/v2/pages"
tags: ["Pages"]
---

# Get pages

`GET /api/v2/pages`

List pages.

## Query parameters

- `sort` string[]
- `filter` union — Filter schema for `page` list endpoints — pass a single condition or a logical group.
  - FilterPage — Filter parameters for listing pages. Supports filtering by creator, creation and edit timestamps, parent page, project, custom fields, and full-text search. Standard string and date operators apply.
    - `custom_fields` union — Filter by custom field values.
      - object — Filter using explicit operator syntax.
        - `eq` CustomFields — unresolved $ref
        - `not_contain` CustomFields — unresolved $ref
        - `not_eq` CustomFields — unresolved $ref
        - `contains` CustomFields — unresolved $ref
      - CustomFields — unresolved $ref
    - `jump_query` union — Filter pages by a quick search query used in jump navigation.
      - JumpQuery — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` JumpQuery — unresolved $ref
        - `not_eq` JumpQuery — unresolved $ref
        - `contains` JumpQuery — unresolved $ref
        - `not_contain` JumpQuery — unresolved $ref
    - `root_page_id` union — Filter by the top-level ancestor page.
      - object — Filter using explicit operator syntax.
        - `contains` RootPageId — unresolved $ref
        - `eq` RootPageId — unresolved $ref
        - `not_eq` RootPageId — unresolved $ref
        - `not_contain` RootPageId — unresolved $ref
      - RootPageId — unresolved $ref
    - `fuzzy_people` union — Filter pages by people mentioned in the page content.
      - FuzzyPeople — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` FuzzyPeople — unresolved $ref
        - `not_eq` FuzzyPeople — unresolved $ref
        - `eq` FuzzyPeople — unresolved $ref
        - `not_contain` FuzzyPeople — unresolved $ref
    - `parent_page_id` union — Filter by the direct parent page.
      - ParentPageId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` ParentPageId — unresolved $ref
        - `contains` ParentPageId — unresolved $ref
        - `not_contain` ParentPageId — unresolved $ref
        - `not_eq` ParentPageId — unresolved $ref
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `contains` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
      - Id — unresolved $ref
    - `created_at` union — Filter by creation date range.
      - CreatedAt — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` CreatedAt — unresolved $ref
        - `contains` CreatedAt — unresolved $ref
        - `not_contain` CreatedAt — unresolved $ref
        - `eq` CreatedAt — unresolved $ref
    - `project_id` union — Filter by the associated project.
      - object — Filter using explicit operator syntax.
        - `not_eq` ProjectId — unresolved $ref
        - `eq` ProjectId — unresolved $ref
        - `contains` ProjectId — unresolved $ref
        - `not_contain` ProjectId — unresolved $ref
      - ProjectId — unresolved $ref
    - `last_activity_at` union — Filter by last activity date range.
      - object — Operator object — supports eq, not_eq, contains, not_contain.
        - `not_eq` LastActivityAt — unresolved $ref
        - `eq` LastActivityAt — unresolved $ref
        - `contains` LastActivityAt — unresolved $ref
        - `not_contain` LastActivityAt — unresolved $ref
      - LastActivityAt — unresolved $ref
    - `full_query` union — Full-text search across all fields of a page, including title and body content.
      - object — Filter using explicit operator syntax.
        - `contains` FullQuery — unresolved $ref
        - `not_contain` FullQuery — unresolved $ref
        - `not_eq` FullQuery — unresolved $ref
        - `eq` FullQuery — unresolved $ref
      - FullQuery — unresolved $ref
    - `edited_at` union — Filter by last edited date range.
      - object — Filter using explicit operator syntax.
        - `eq` EditedAt — unresolved $ref
        - `not_contain` EditedAt — unresolved $ref
        - `contains` EditedAt — unresolved $ref
        - `not_eq` EditedAt — unresolved $ref
      - EditedAt — unresolved $ref
    - `subscriber_id` union — Filter by the person subscribed to the page.
      - object — Filter using explicit operator syntax.
        - `not_contain` SubscriberId — unresolved $ref
        - `contains` SubscriberId — unresolved $ref
        - `eq` SubscriberId — unresolved $ref
        - `not_eq` SubscriberId — unresolved $ref
      - SubscriberId — unresolved $ref
    - `fuzzy_dates` union — Filter pages by fuzzy date expressions mentioned in the page content.
      - object — Filter using explicit operator syntax.
        - `not_eq` FuzzyDates — unresolved $ref
        - `eq` FuzzyDates — unresolved $ref
      - FuzzyDates — unresolved $ref
    - `project_status` union — Filter by the status of the parent project (active or archived).
      - object — Filter using explicit operator syntax.
        - `not_eq` ProjectStatus — unresolved $ref
        - `not_contain` ProjectStatus — unresolved $ref
        - `eq` ProjectStatus — unresolved $ref
        - `contains` ProjectStatus — unresolved $ref
      - ProjectStatus — unresolved $ref
    - `creator_id` union — Filter by the person who created the page.
      - CreatorId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` CreatorId — unresolved $ref
        - `contains` CreatorId — unresolved $ref
        - `eq` CreatorId — unresolved $ref
        - `not_eq` CreatorId — unresolved $ref
    - `status` union — Filter by page status (used in search context).
      - Status — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_eq` Status — unresolved $ref
        - `eq` Status — unresolved $ref
        - `not_contain` Status — unresolved $ref
        - `contains` Status — unresolved $ref
    - `person_type` union — Filter by the person type (used in search context, e.g. assignee or subscriber).
      - PersonType — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` PersonType — unresolved $ref
        - `not_eq` PersonType — unresolved $ref
        - `not_contain` PersonType — unresolved $ref
        - `contains` PersonType — unresolved $ref
    - `query` union — Filter by title or content (text search).
      - Query — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `contains` Query — unresolved $ref
        - `not_eq` Query — unresolved $ref
        - `not_contain` Query — unresolved $ref
        - `eq` Query — unresolved $ref
    - `template` union — Filter to include only pages that are based on a template.
      - object — Filter using explicit operator syntax.
        - `not_contain` Template — unresolved $ref
        - `not_eq` Template — unresolved $ref
        - `eq` Template — unresolved $ref
        - `contains` Template — unresolved $ref
      - Template — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection page

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
