---
title: "Get support event"
method: GET
path: "/api/events/{event_id}"
tags: ["events"]
---

# Get support event

`GET /api/events/{event_id}`

Get a specific support event.

## Path parameters

- `event_id` string, uuid, required

## Response `200`

Successful Response

- EventResponse — Response model for a support event.
  - `id` string, uuid, required
  - `title` string, required
  - `description` string, nullable
  - `event_type` 'group_meeting' | 'workshop' | 'webinar' | 'other', required — Support event type constants.
  - `meeting_datetime` string, date-time, required
  - `link` string, required
  - `is_registered` boolean — Whether the current patient is registered to the event
  - `show_join_button` boolean — Whether the frontend should show the event join CTA
  - `created_by` string, uuid, nullable
  - `is_active` boolean, required
  - `max_participants` integer, nullable
  - `metadata` EventMetadata — Typed metadata for support events.
    - `experts` EventExpert[] — Event experts
      - `full_name` string, required — Full name of the expert
      - `profession` string, nullable — Profession of the expert
      - `photo` string, nullable — Expert photo stored path or absolute URL
  - `created_at` string, date-time, required
  - `updated_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)
