---
title: "GET /api/lab_documents"
method: GET
path: "/api/lab_documents"
tags: ["Clinical"]
---

# GET /api/lab_documents

`GET /api/lab_documents`

Retrieve or search lab order documents

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `patient` integer
- `since` string
- `doctor` integer

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` LabOrderDocument[] — result data
    - `hl7` string — The HL7 data that the document was generated from
    - `timestamp` string — Time at which the document was uploaded
    - `lab_order` integer, required — ID of the order this document is associated with
    - `document` string, required
    - `type` 'REQ' | 'ABN' | 'R-A' | 'RES', required — Value | Notes ----- | ----- `"REQ"` | requisition form | `"ABN"` | `ABN (Advance Beneficiary Notice)` | `"R-A"` | requisition form and :abbr:`ABN (Advance Beneficiary Notice)` | `"RES"` | lab results |
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

[API](https://skmtc.net/drchrono/apis/untitled-api.md) · [All operations](https://skmtc.net/drchrono/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/drchrono/untitled-api/versions/e595797fe800/schema)
