---
title: "Get an API Product Document"
method: GET
path: "/v2/api-products/{apiProductId}/documents/{id}"
tags: ["API Product Documentation"]
---

# Get an API Product Document

`GET /v2/api-products/{apiProductId}/documents/{id}`

Returns a document for the API product.

## Response `200`

API product document

- APIProductDocument — an api product document
  - `id` string, uuid, required
  - `parent_document_id` string, uuid, nullable, required
  - `title` string, required
  - `slug` string, required
  - `status` 'unpublished' | 'published', required
  - `metadata` object, required
  - `content` string, required — The unencoded markdown string of the api product document.
  - `created_at` string, date-time, required — An ISO-8601 timestamp representation of entity creation date.
  - `updated_at` string, date-time, required — An ISO-8601 timestamp representation of entity update date.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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