> ## Documentation Index
> Fetch the complete documentation index at: https://docs.contractag.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fields get

Response for `GET /fields/{document_id}`.

<Tip>
  Use the API Playground on the endpoint page to send the request and inspect
  the payload in real time. You can also add `?page=2` to filter to a specific
  page.
</Tip>

```json theme={null}
{
  "documentId": "doc_demo",
  "pages": 8,
  "fields": [
    {
      "name": "purchaser_name",
      "page": 1,
      "bbox": { "x": 128.4, "y": 512.0, "w": 236.2, "h": 28.6 },
      "confidence": 0.96
    }
  ],
  "createdAt": "2024-09-10T07:21:37.524Z"
}
```

> Completed payloads include geometry and confidence only; render the bounding boxes to surface text from the source contract.
