---
title: "Show event"
method: GET
path: "/api/v1/events/{event_uuid}"
tags: ["Events"]
---

# Show event

`GET /api/v1/events/{event_uuid}`

## Path parameters

- `event_uuid` string, required

## Response `200`

Successful

- SerializedEvent
  - `data` object
    - `id` string
    - `type` string
    - `attributes` object
      - `name` string — Name of the event
      - `venueName` string — Display name of the venue
      - `startTime` string — Start of the event in ISO8601 format, converted to event time zone
      - `endTime` string — End of the event in ISO8601 format, converted to event time zone
      - `timeZone` string — Time zone of the event
      - `status` 'upcoming' | 'ongoing' | 'ended' — Status of the event
    - `meta` object
      - `passesCount` integer — Number of passes

## Other responses

- `401` — Error: Unauthorized
- `404` — Error: Not Found

---

[API](https://skmtc.net/passentry/apis/passentry-api.md) · [All operations](https://skmtc.net/passentry/apis/passentry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/passentry/passentry-api/revisions/2c7dc0306b04/schema)
