---
title: "Get Press Release Document"
method: GET
path: "/api/internal/press-releases/documents/{id}"
tags: ["Press Releases"]
---

# Get Press Release Document

`GET /api/internal/press-releases/documents/{id}`

Fetch the full press release record by its UUID.

Returns the entire ``content`` field along with title, url, publication
date, and institution context. Use after ``/search`` returns chunks if you
need the whole article rather than the snippet.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful Response

- PressReleaseDocumentResponse — Full press release record — returned by GET /documents/{id}. Use this when you need the entire press release content, not just chunks.
  - `id` string, required
  - `institution_id` string, required
  - `institution_name` string, nullable
  - `institution_state` string, nullable
  - `institution_type` string, nullable
  - `title` string, required
  - `url` string, required
  - `date` string, date-time, required
  - `content` string, required
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/versions/85804e68d86d/schema)
