---
title: "Scan"
method: GET
path: "/api/events/v1/"
tags: ["v1"]
---

# Scan

`GET /api/events/v1/`

Scans the last 30 days of events. All results are sorted by created date, descending.

## Query parameters

- `page_token` string
- `limit` integer
- `event_types` string
- `created_before` string, date-time
- `created_after` string, date-time

## Headers

- `Authorization` string, required

## Response `200`

Response with status 200

- V1EventScanPage — unresolved $ref

## Other responses

- `400` — Error response with status 400
- `500` — Error response with status 500

---

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