---
title: "GET /static-pages"
method: GET
path: "/static-pages"
tags: ["static-page"]
---

# GET /static-pages

`GET /static-pages`

## Query parameters

- `fields` string[]
- `filters` object
- `_q` string
- `pagination` union
  - object
    - `withCount` boolean
    - `page` integer, required
    - `pageSize` integer, required
  - object
    - `withCount` boolean
    - `start` integer, required
    - `limit` integer, required
- `sort` union
  - 'name' | 'content' | 'createdAt' | 'updatedAt' | 'publishedAt' | 'locale'
  - string[]
  - object
  - object[]
- `populate` union
  - '*'
  - 'localizations'
  - string[]
- `locale` string
- `status` 'draft' | 'published'

## Response `200`

OK

- object
  - `data` object[], required
    - `documentId` string, uuid, required
    - `id` union, required
      - string
      - number
    - `name` string, required
    - `content` string, required
    - `createdAt` string
    - `updatedAt` string
    - `publishedAt` string, required
    - `locale` string
    - `localizations` object[]
      - `documentId` string, uuid, required
      - `id` union, required
        - string
        - number
      - `name` string, required
      - `content` string, required
      - `createdAt` string
      - `updatedAt` string
      - `publishedAt` string, required
      - `locale` string
      - `localizations` unknown[]
        - unknown

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.dev/pofk/apis/okiddyapi.md) · [All operations](https://skmtc.dev/pofk/apis/okiddyapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pofk/okiddyapi/revisions/f59c4927d820/schema)
