---
title: "Get Purchase Order"
method: GET
path: "/api/internal/purchase-orders/{id}"
tags: ["Purchase Orders"]
---

# Get Purchase Order

`GET /api/internal/purchase-orders/{id}`

## Path parameters

- `id` string, required

## Response `200`

Successful Response

- PurchaseOrderResponse
  - `id` string, required
  - `institution_id` string, nullable
  - `entity_name` string, nullable
  - `source_table` string, nullable
  - `supplier_name` string, nullable
  - `item_description` string, nullable
  - `total_amount` number, nullable
  - `po_date` string, date, nullable
  - `po_id` string, nullable
  - `institution_name` string, nullable
  - `institution_state` string, 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)
