---
title: "List all Events"
method: GET
path: "/v0/events"
tags: ["Events"]
---

# List all Events

`GET /v0/events`

List all events that have occurred in the system.

You can paginate through the results using the `cursor` parameter.

## Query parameters

- `cursor` string
- `limit` integer
- `types` string[]
- `createdBefore` string, date-time
- `createdAfter` string, date-time

## Response `200`

List of events

- ListEventsResponse — unresolved $ref

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/revisions/5c7114e0ef43/schema)
