---
title: "GET /api/accessusers/tickets/v2/{eventId}"
method: GET
path: "/api/accessusers/tickets/v2/{eventId}"
tags: ["api", "accessusers"]
---

# GET /api/accessusers/tickets/v2/{eventId}

`GET /api/accessusers/tickets/v2/{eventId}`

Get Tickets for an Event v2

## Path parameters

- `eventId` string, required

## Query parameters

- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` number, float — The number of objects to skip for the requested result
- `from` string, date-time — An ISO Timestamp to filter tickets where created_at | updated >= $from
- `until` string, date-time — An ISO Timestamp to filter tickets where created_at | updated < $from

## Headers

- `token` string, required — The token to authenticate against the access-control endpoints.

## Response `200`

OK

- GETAccessusersGetTicketsForAnEventV2200Response
  - `docs` object[]
    - `_id` string, required
    - `barcode` string, required — The barcode of the ticket
    - `name` string — The name of the ticket owner
    - `ticketTypeId` string, required — The ID of the ticket type this ticket inherits from
    - `ticketName` string, required — The name of the ticket type this ticket inherits from
    - `priceCategoryId` string
    - `eventId` string, required — The ID of the event the ticket belongs to
    - `sellerId` string, required — The ID of the seller that ticket belongs to.
    - `createdAt` string, date-time, required — An ISO Timestamp indicating when the ticket was created.
    - `updatedAt` string, date-time, required — An ISO Timestamp indicating when the ticket was updated.
    - `categoryRef` string — A UUID of the category the ticket belongs to.
    - `priceCategory` object
      - `categoryId` string
      - `description` string
    - `status` 'VALID' | 'INVALID' | 'DETAILSREQUIRED'
    - `area` string — If the ticket has a seat. The area where the seat is located
    - `row` string — If the ticket has a seat. The row where the seat is located
    - `seat` string — If the ticket has a seat. The seat number
    - `discountId` string — If the ticket has a special price category. The id of the price category
    - `discount` string — If the ticket has a special price category. The description of the price category
    - `entry` string[] — If the ticket has entry permissions. An array of entry-ids where the ticket has access
  - `total` integer

## Other responses

- `400` — Bad Request

---

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