---
title: "Get Event Details"
method: GET
path: "/events/{eventId}"
tags: ["Events"]
---

# Get Event Details

`GET /events/{eventId}`

Retrieves the full details for a single event by its UUID.

## Path parameters

- `eventId` string, uuid, required

## Response `200`

Event details retrieved successfully.

- Event — This object contains all information pertaining to an Event. Its structure can vary.

## Other responses

- `404` — Event not found.

---

[API](https://skmtc.dev/levelblue/apis/usm-anywhere-api-reference.md) · [All operations](https://skmtc.dev/levelblue/apis/usm-anywhere-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/levelblue/usm-anywhere-api-reference/revisions/723df8da04b8/schema)
