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

# GET /api/event-series

`GET /api/event-series`

Get all event series

## Query parameters

- `skip` number, float — The number of objects to skip for the requested result
- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `name` string — The name of the event series to filter for

## Response `200`

OK

- GETEventSeriesGetAllEventSeries200Response
  - `docs` object[]
    - `_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
  - `total` integer

## 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)
