---
title: "list events."
method: GET
path: "/events"
tags: ["events"]
---

# list events.

`GET /events`

Get events from db.

## Query parameters

- `created_at` string
- `name` string
- `namespace` string
- `object_id` string
- `kind` 'PodChaos' | 'IOChaos' | 'NetworkChaos' | 'TimeChaos' | 'KernelChaos' | 'StressChaos' | 'AWSChaos' | 'GCPChaos' | 'DNSChaos' | 'Schedule'
- `limit` number

## Response `200`

OK

- GithubComChaosMeshChaosMeshPkgDashboardCoreEvent[]
  - `created_at` string
  - `id` integer
  - `kind` string
  - `message` string
  - `name` string
  - `namespace` string
  - `object_id` string
  - `reason` string
  - `type` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/chaos-mesh/apis/chaos-mesh-dashboard-api.md) · [All operations](https://skmtc.net/chaos-mesh/apis/chaos-mesh-dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaos-mesh/chaos-mesh-dashboard-api/versions/c965f06ffb38/schema)
