---
title: "List all check-ins"
method: GET
path: "/checkins"
tags: ["CheckIns"]
---

# List all check-ins

`GET /checkins`

## Response `200`

List of check-ins

- CheckIn[]
  - `_id` string
  - `userId` string
  - `eventId` string
  - `checkedIn` boolean
  - `createdDate` string, date-time

## Other responses

- `400` — Bad request

---

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