---
title: "GET /api/public/document/{uuid}"
method: GET
path: "/api/public/document/{uuid}"
tags: ["/api/public"]
---

# GET /api/public/document/{uuid}

`GET /api/public/document/{uuid}`

Fetch a publicly-accessible Document. Does not require auth credentials. Public sharing must be enabled.

  Returns a Document with sensitive fields removed (excludes collection_id, permissions, creator details, etc.).
  Includes all embedded Cards with their metadata hydrated so the frontend doesn't need to make separate
  requests for each card — just like public Dashboards do.

## Path parameters

- `uuid` string, required

## Response `2XX`

Successful response

## Other responses

- `4XX` — Client error response
- `5XX` — Server error response

---

[API](https://skmtc.net/metabase/apis/metabase-api.md) · [All operations](https://skmtc.net/metabase/apis/metabase-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metabase/metabase-api/versions/08b5a2bafb4f/schema)
