---
title: "Get Document Summary"
method: GET
path: "/documents/{document_id}/summary"
tags: ["Documents"]
---

# Get Document Summary

`GET /documents/{document_id}/summary`

Retrieve the latest summary for a document.

## Path parameters

- `document_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- SummaryResponse — Response payload returned when reading or writing summaries.
  - `content` string, required
  - `storage_key` string, required
  - `bucket` string, nullable
  - `version` integer, required
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/morphik-org/apis/fastapi.md) · [All operations](https://skmtc.net/morphik-org/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/morphik-org/fastapi/versions/2d9291c3821d/schema)
