---
title: "List patient attachments"
method: GET
path: "/patient_attachments"
tags: ["Patient Attachment"]
---

# List patient attachments

`GET /patient_attachments`

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string[]
- `order` 'asc' | 'desc'
- `q[]` string[]

## Response `200`

successful operation

- object
  - `patient_attachments` PatientAttachment[]
    - union
      - object
        - `archived_at` string, date-time, nullable
        - `content` object, nullable
          - `links` object
            - `self` string, uri
        - `content_type` string, nullable — mime type
        - `created_at` string, date-time
        - `description` string, nullable
        - `filename` string, nullable
        - `id` string, int64
        - `links` object
          - `self` string, uri
        - `patient` object
          - `links` object
            - `self` string, uri
        - `pinned_at` string, date-time, nullable
        - `processed_at` string, date-time, nullable
        - `processing_completed` boolean, nullable
        - `size` string, int64, nullable
        - `updated_at` string, date-time
        - `user` object
          - `links` object
            - `self` string, uri
      - object
        - `archived_at` string, date-time, nullable
        - `content` object, nullable
          - `links` object
            - `self` string, uri
        - `content_type` string, nullable
        - `created_at` string, date-time
        - `description` string, nullable
        - `filename` string, nullable
        - `id` string, int64
        - `links` object
          - `self` string, uri
        - `patient` object
          - `links` object
            - `self` string, uri
        - `pinned_at` string, date-time, nullable
        - `processed_at` string, date-time, nullable
        - `processing_completed` boolean, nullable
        - `size` string, int64, nullable
        - `updated_at` string, date-time
        - `user` object
          - `links` object
            - `self` string, uri
  - `total_entries` integer
  - `links` object
    - `self` string, uri
    - `previous` string, uri
    - `next` string, uri

---

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