---
title: "Get event details"
method: GET
path: "/events/{eventID}"
tags: ["Events"]
---

# Get event details

`GET /events/{eventID}`

Get details of an event by ID

## Path parameters

- `eventID` string, required

## Response `200`

OK

- UsecaseGetEventOutputDTO
  - `capacity` integer
  - `date` string
  - `id` string
  - `location` string
  - `name` string
  - `organization` string
  - `partner_id` integer
  - `price` number
  - `rating` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2024-06-10** `2ee95dd930d4` — 5 info
  - api tag `Events` added
  - api tag `events` removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - …1 more
- **2024-06-09** `929f78aa3151` — 5 info
  - api tag `events` added
  - api tag `Events` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `404`
  - …1 more

[Change history](https://skmtc.dev/devfullcycle/apis/events-api/changes/events/:eventID/get.md)

---

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