---
title: "Get CCDA files"
method: GET
path: "/api/v2/patients/{particle_patient_id}/ccda"
tags: ["Patients"]
---

# Get CCDA files

`GET /api/v2/patients/{particle_patient_id}/ccda`

Download a zip file as application/octet-stream or single file with content type set to the file's content type

## Path parameters

- `particle_patient_id` string, required

## Query parameters

- `query_id` string
- `file_id` string

## Response `200`

Zip or single file to download

- string, binary

## Other responses

- `202` — Zip file not ready yet
- `204` — No file to download or files to zip and download
- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `406` — Not Acceptable
- `412` — Precondition Failed
- `500` — Internal Server Error

---

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