---
title: "Get Budget Chunk"
method: GET
path: "/api/internal/budgets/chunks/{id}"
tags: ["Budgets"]
---

# Get Budget Chunk

`GET /api/internal/budgets/chunks/{id}`

Fetch a single budget chunk by chunk ID.

## Path parameters

- `id` integer, required

## Response `200`

Successful Response

- BudgetChunkResponse
  - `chunk_id` integer, required
  - `document_id` integer, required
  - `institution_id` string, nullable
  - `institution_name` string, nullable
  - `institution_state` string, nullable
  - `institution_type` string, nullable
  - `document_date` string, date, nullable
  - `document_title` string, nullable
  - `document_url` string, nullable
  - `document_created_at` string, date-time, nullable
  - `text` string, required
  - `relevance` number, required
  - `other_matching_chunks_in_document` integer, 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/revisions/85804e68d86d/schema)
