---
title: "List spots for an event"
method: GET
path: "/events/{eventID}/spots"
tags: ["Events"]
---

# List spots for an event

`GET /events/{eventID}/spots`

List all spots for a specific event

## Path parameters

- `eventID` string, required

## Response `200`

OK

- UsecaseListSpotsOutputDTO
  - `event` UsecaseEventDTO
    - `capacity` integer
    - `date` string
    - `id` string
    - `image_url` string
    - `location` string
    - `name` string
    - `organization` string
    - `partner_id` integer
    - `price` number
    - `rating` string
  - `spots` UsecaseSpotDTO[]
    - `event_id` string
    - `id` string
    - `name` string
    - `reserved` boolean
    - `status` string
    - `ticket_id` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2024-06-10** `2ee95dd930d4` — 4 info
  - api tag `Events` added
  - api tag `spots` removed
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2024-06-09** `929f78aa3151` — 4 info
  - api tag `spots` added
  - api tag `Events` removed
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `500`

[Change history](https://skmtc.dev/devfullcycle/apis/events-api/changes/events/:eventID/spots/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)
