---
title: "Get Contract"
method: GET
path: "/api/internal/contracts/{id}"
tags: ["Contracts"]
---

# Get Contract

`GET /api/internal/contracts/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- ContractResponse
  - `id` string, required
  - `institution_id` string, required
  - `institution_name` string, nullable
  - `institution_state` string, nullable
  - `institution_type` string, nullable
  - `annual_acv` number, nullable
  - `total_acv` number, nullable
  - `contract_start_date` string, date, nullable
  - `contract_end_date` string, date, nullable
  - `signees` unknown
  - `file_path` string, required
  - `created_at` string, date-time, nullable
  - `relevance` number, 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)
