---
title: "Retrieve a collections document structure"
method: POST
path: "/collections.documents"
tags: ["Collections"]
---

# Retrieve a collections document structure

`POST /collections.documents`

## Request body

- object
  - `id` string, uuid, required — Unique identifier for the collection.

## Response `200`

OK

- object
  - `data` NavigationNode[]
    - `id` string, uuid — Unique identifier for the document.
    - `title` string
    - `url` string
    - `children` NavigationNode[]

## Other responses

- `401` — The API key is missing or otherwise invalid.
- `403` — The current API key is not authorized to perform this action.
- `404` — The specified resource was not found.

---

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