---
title: "List event registrants"
method: GET
path: "/api/events/{event_id}/registrations"
tags: ["events"]
---

# List event registrants

`GET /api/events/{event_id}/registrations`

List all patients registered to an event.

## Path parameters

- `event_id` string, uuid, required

## Response `200`

Successful Response

- EventRegistrationsListResponse — List of registrants for an event (admin/CRM view).
  - `event_id` string, uuid, required
  - `total` integer, required
  - `registrants` EventRegistrantResponse[]
    - `registration_id` string, uuid, required
    - `patient_id` string, uuid, required
    - `user_id` string, uuid, required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `full_name` string, required
    - `email` string, required
    - `phone` string, nullable
    - `registered_at` string, date-time, required

## 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)
