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

# GET /events/{eventID}/instances

`GET /events/{eventID}/instances`

Return all the event instances of a recurring Event

## Path parameters

- `eventID` string, uuid, required

## Response `200`

Successful response

- object[]
  - `startTime` string, date-time
  - `endTime` string, date-time

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find 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)
