---
title: "Export registered patients as CSV"
method: GET
path: "/api/analytics/registered-patients/export"
tags: ["analytics"]
---

# Export registered patients as CSV

`GET /api/analytics/registered-patients/export`

## Query parameters

- `from_date` string, date, nullable
- `to_date` string, date, nullable
- `registration_method` string, nullable
- `registration_reason` string, nullable
- `email_status` string, nullable
- `search` string, nullable
- `patient_id` string, uuid, nullable
- `sort_by` string
- `sort_dir` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
