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

# GET /static-pages/{id}

`GET /static-pages/{id}`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `fields` string[]
- `populate` union
  - '*'
  - 'localizations'
  - string[]
- `filters` object
- `sort` union
  - 'name' | 'content' | 'createdAt' | 'updatedAt' | 'publishedAt' | 'locale'
  - string[]
  - object
  - object[]
- `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)
