---
title: "Download multiple patient records as a ZIP of PDFs"
method: POST
path: "/patients/export/bulk/pdf"
tags: ["BulkPatientExport"]
---

# Download multiple patient records as a ZIP of PDFs

`POST /patients/export/bulk/pdf`

## Request body

- BulkExportRequest — Request body for bulk patient export
  - `patientIds` string[] — List of patient IDs to export
  - `options` PatientRecordExportOptions — Options controlling which sections to include in the patient record export
    - `appointmentId` string, nullable — Optional appointment ID to filter export to a specific visit. When null, exports the full patient record across all appointments.
    - `includeMedicalHistory` boolean — Include medical history and warnings section
    - `includeSoapNotes` boolean — Include SOAP notes section
    - `includeMedications` boolean — Include medications section
    - `includeRdvmRecords` boolean — Include RDVM records/referrals
    - `includeTransactionHistory` boolean — Include transaction/payment history
    - `includeDischargeRecords` boolean — Include discharge records
    - `includeLabResults` boolean — Include lab results with original PDFs
    - `includeVaccinations` boolean — Include vaccination history
    - `includeReminders` boolean — Include reminders (full-record exports only)

## Response `200`

OK

---

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