---
title: "Gets reminders for an event"
method: GET
path: "/events/{eventId}/reminders"
tags: ["Events"]
---

# Gets reminders for an event

`GET /events/{eventId}/reminders`

Returns the collection of reminders for an event

## Path parameters

- `eventId` string, required

## Response `200`

When request is successful. Returns the collection of reminders.

- ReminderDto[]
  - `offset` integer
  - `offsetTypeId` integer
  - `isAllDayReminder` boolean
  - `userIds` string[], nullable

## Other responses

- `403` — When the authenticated account does not have access to the event.
- `404` — When event with specified id does not exist.

---

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