---
title: "GET /events/{eventID}"
method: GET
path: "/events/{eventID}"
tags: ["events"]
---

# GET /events/{eventID}

`GET /events/{eventID}`

Get an event

## Path parameters

- `eventID` string, uuid, required

## Response `200`

Successful response

- Event
  - `id` string, uuid
  - `name` string — The Heartbeat event name
  - `description` string — The event description
  - `startTime` string, date-time — The original start time for the event in UTC. If this event is recurring, this might be in the past.
  - `endTime` string, date-time — The original end time for the event in UTC. If this event is recurring, this may be in the past.
  - `recurring` boolean — Whether the event is recurring.
  - `createdAt` string, date-time — The date and time in UTC at which the event was created.
  - `createdBy` string, uuid — The user id of the person that created the event
  - `invitedUsers` string[] — The users that are invited to this event
  - `invitedGroups` string[] — The groups that are invited to this event
  - `coverImage` string, nullable — URL of the event cover image. Null if no image is set.

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find requested event id

---

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