---
title: "getDocumentationPage"
method: GET
path: "/v1/integrations/{integrationId}/documentation/{docId}"
tags: ["integrations"]
---

# getDocumentationPage

`GET /v1/integrations/{integrationId}/documentation/{docId}`

Retrieve a single documentation page including its markdown content

## Path parameters

- `integrationId` string, uuid, required
- `docId` string, required

## Response `200`

Successfully retrieved documentation page

- DocumentationPage — Documentation page metadata without the markdown content
  - `id` string, required — 'general' for the integration-wide page, otherwise the use case ID
  - `integration_id` string, uuid, required
  - `scope` 'integration' | 'use_case', required — Whether the page documents the whole integration or a single use case
  - `use_case_id` string, uuid — The linked use case. Only set when scope is use_case.
  - `title` string, required
  - `created_at` string, date-time, required
  - `created_by` string, nullable — User ID that created the page
  - `updated_at` string, date-time, required
  - `updated_by` string, nullable — User ID of the last edit
  - `content` string, required — Markdown source of the page

## Other responses

- `401` — Unauthorized request
- `404` — Documentation page not found
- `500` — Internal Server Error

## Changes

- **2026-08-19** `cf02c9310c0f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/epilot/apis/integration-toolkit-api/changes/v1/integrations/:integrationId/documentation/:docId/get.md)

---

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