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

# GET /events/{eventID}/attendance

`GET /events/{eventID}/attendance`

Returns attendance data for the last 10 instances of the specified event. If this event is a non-recurring event, an array of size 1 will be returned with attendance data.

## Path parameters

- `eventID` string, uuid, required

## Response `200`

Successful response

- object[]
  - `startTime` string, date-time
  - `endTime` string, date-time
  - `attendees` object
    - `id` string, uuid — If this attendee was matched to a Heartbeat user, their user id will be populated here.
    - `email` string, email
    - `name` string, required
    - `isUser` boolean, required — Whether or not this attendee was matched to a Heartbeat user.

## 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)
