---
title: "Get a single event by id for the authenticated organization"
method: GET
path: "/v1/events/{id}"
tags: ["Events"]
---

# Get a single event by id for the authenticated organization

`GET /v1/events/{id}`

## Path parameters

- `id` string, required

## Response `200`

- PublicEventDetailDto
  - `id` string, required — Stable public identifier (UUID).
  - `name` string, required — Event name.
  - `dates` PublicEventDateDto[], required — Event date windows.
    - `startDate` string
    - `endDate` string
    - `date` string
  - `locations` string[], required — Display location strings.
  - `numPeople` number, required — Expected attendee count.
  - `status` string, required — Event status.
  - `createdAt` string, required — Creation timestamp (ISO 8601).
  - `venueType` string, required — Venue type.
  - `numHotelRoomsNeeded` number, nullable — Estimated hotel rooms needed.
  - `isMultiDay` boolean, nullable — Whether the event spans multiple days.
  - `otherNotes` string, nullable — Free-text notes about the event.
  - `currency` string, required — ISO 4217 currency code.

## Other responses

- `400` — Malformed event id
- `401` — Missing or invalid API key
- `404` — Event not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/nowadays/apis/nowadays-public-api.md) · [All operations](https://skmtc.dev/nowadays/apis/nowadays-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nowadays/nowadays-public-api/revisions/d52c99b95372/schema)
