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

# GET /api/clinical_notes_list

`GET /api/clinical_notes_list`

Retrieve or search clinical notes in batches. Results returned in order of ID.

## Query parameters

- `uuid` string

## Response `200`

OK

- object — Paginated Result
  - `status` string — Status of the request. Possible values are "Complete" or "In progress".
  - `pagination` object — information on the total pages, current page and total count.
    - `count` unknown
    - `pages` unknown
    - `page` unknown
  - `results` ClinicalNote[] — result data. only presented when the status is "Complete"
    - `patient` string
    - `archived` boolean
    - `clinical_note_sections` object[]
      - `values` object[]
        - `clinical_note_field` integer
        - `id` integer
        - `value` string
      - `clinical_note_template` integer
      - `name` string
    - `appointment` string
    - `signee` object
      - `locked_by` string
      - `supervisor_locked_by` string
  - `uuid` string — UUID of the batch of patients.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `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/revisions/e595797fe800/schema)
