---
title: "List all events"
method: GET
path: "/events"
---

# List all events

`GET /events`

Retrieves a paginated list of events for the project.

## Query parameters

- `limit` integer
- `starting_after` string
- `ending_before` string

## Response `200`

OK

- EventCollection
  - `data` Event[]
    - `code` integer — The numeric code that categorizes the event.
    - `context` object, nullable — Additional contextual attributes for the event.
    - `id` string, required — The unique identifier for the event.
    - `level` string — The severity level assigned to the event.
    - `log` string, nullable — A human-readable log message.
    - `payload` object, nullable — The raw payload delivered by the event source.
    - `timestamp` string, date-time, required — The time at which the event was recorded.
    - `type` string, required — The type of event that occurred.
  - `links` Links
    - `first` string
    - `next` string, nullable
    - `prev` string, nullable

---

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