---
title: "Gets a page"
method: GET
path: "/api/v2/pages/{id}"
tags: ["Pages"]
---

# Gets a page

`GET /api/v2/pages/{id}`

Returns a single page: its ProseMirror `body`, place in the hierarchy (`root_page`, `parent_page`), attachments and sharing state (`public_access`, `public_uuid`).

## Path parameters

- `id` string, required

## Headers

- `X-Organization-Id` string, required

## Response `200`

Single page

## Changes

- **2026-08-31** `0e862879d77b` — 1 info
  - added the optional property `data/relationships/updater` to the response with the `200` status

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/pages/:id/get.md)

---

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