---
title: "Retrieve event"
method: GET
path: "/events/{id}"
tags: ["Events"]
---

# Retrieve event

`GET /events/{id}`

Retrieve the details of an event.

## Path parameters

- `id` string, required

## Response `200`

Successfully retrieved event.

- object

## Other responses

- `400` — Validation error - invalid UUID.
- `404` — The specified resource was not found.

---

[API](https://skmtc.net/numeral/apis/payments.md) · [All operations](https://skmtc.net/numeral/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/numeral/payments/versions/220f101cc2ef/schema)
