---
title: "Get Event Rsvp Status"
method: GET
path: "/events/rsvp-status/{event_id}"
tags: ["events"]
---

# Get Event Rsvp Status

`GET /events/rsvp-status/{event_id}`

Check if the current user has RSVP'd to a specific event.

## Path parameters

- `event_id` string, required

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- EventRSVPStatusResponse
  - `has_rsvp` boolean, required
  - `event_id` string, nullable
  - `status` string, nullable
  - `created_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
