---
title: "GET /api/event-series/{id}"
method: GET
path: "/api/event-series/{id}"
tags: ["api", "event-series"]
---

# GET /api/event-series/{id}

`GET /api/event-series/{id}`

Get an event series

## Path parameters

- `id` string, required

## Response `200`

OK

- GETEventSeriesGetAnEventSeries200Response
  - `_id` string, required — The ID of the event series
  - `name` string, required — The name of the event series
  - `eventIds` string[] — An array of events that are included in this event series
  - `sellerId` string, required — The ID of the seller of the event series
  - `restrictions` object
    - `maxTicketsPerCustomer` number, float, nullable — The amount of ticket a customer can buy for this series
  - `updatedAt` string, date-time — An ISO timestamp indicating when the event series was las updated
  - `createdAt` string, date-time — An ISO timestamp indicating when the event series was created

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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