---
title: "Gets a public doc"
method: GET
path: "/api/v2/public/pages/{uuid}"
tags: ["Pages"]
---

# Gets a public doc

`GET /api/v2/public/pages/{uuid}`

Returns a published doc. The response carries a reduced attribute set and includes the doc's `child_pages`, ordered by position.

## Path parameters

- `uuid` string, required

## Response `200`

A published doc as seen without authentication: a reduced attribute set plus its `child_pages`.

## Other responses

- `404` — Not Found

## Changes

- **2026-08-31** `0e862879d77b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/productive/apis/api-documentation/changes/api/v2/public/pages/:uuid/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/72b19e10d7df/schema)
