---
title: "Get an event."
method: GET
path: "/events/{id}"
tags: ["events"]
---

# Get an event.

`GET /events/{id}`

Get the event from db by ID.

## Path parameters

- `id` integer, required

## 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

- `400` — Bad Request
- `404` — Not Found
- `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)
