---
title: "GET /documents"
method: GET
path: "/documents"
tags: ["documents"]
---

# GET /documents

`GET /documents`

Return an array of all documents (wiki posts) within a Heartbeat community. Results are paginated using cursor-based pagination.

## Query parameters

- `startingAfter` string, uuid
- `limit` integer

## Response `200`

Successful response

- DocumentList[]
  - `id` string, uuid — Unique identifier for the document
  - `name` string — The title/name of the document
  - `link` string, uri — A URL pointing to this document in the Heartbeat community

## Other responses

- `401` — API Key is missing or invalid

---

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