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

# List events

`GET /v2/events`

Returns events within the specified time window, optionally filtered by operation or resource type.
The metadata field contains structured information about the event that can be used for filtering and display.

## Query parameters

- `time` integer
- `operation` string, nullable
- `resource_type` string, nullable

## Response `200`

Returns list of events

- Event[]
  - `id` integer, required
  - `message` string, required
  - `metadata` unknown, required
  - `operation` string, required
  - `resource_type` string, required
  - `source` string, required
  - `status` string, required
  - `timestamp` integer, required

## Other responses

- `500` — Failed to fetch events from database

---

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