---
title: "Get Po Document Extraction"
method: GET
path: "/api/v1/payments/po-document-extractions/{extraction_id}"
tags: ["payments"]
---

# Get Po Document Extraction

`GET /api/v1/payments/po-document-extractions/{extraction_id}`

Return extraction payload for a PO document uploaded by this user.

## Path parameters

- `extraction_id` string, uuid, required

## Response `200`

Successful Response

- CommercialDocumentExtractionReview — Admin-facing extraction payload for review/apply screens.
  - `id` string, uuid, required
  - `status` string, required
  - `provider` string, required
  - `schema_version` string, required
  - `normalized_payload` object, nullable
  - `field_evidence` object, nullable
  - `confidence` number, nullable
  - `error_message` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/prototyping/apis/prototyping-io-api.md) · [All operations](https://skmtc.dev/prototyping/apis/prototyping-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prototyping/prototyping-io-api/revisions/f4a0079fbb57/schema)
