---
title: "GET /api/third/queue-slips/tickets"
method: GET
path: "/api/third/queue-slips/tickets"
tags: ["api", "queue-slips"]
---

# GET /api/third/queue-slips/tickets

`GET /api/third/queue-slips/tickets`

Preview the ticket filter

## Query parameters

- `top` integer — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` integer — The number of objects to skip for the requested result
- `_id` string
- `name` string
- `aggregations` union
  - union[]
    - union
      - 'checkouts'
      - 'batch'
      - 'customer'
      - 'unbound'
  - string — Filter by a comma(,) seperated list of aggregations
- `transactionId` string
- `purchaseIntentId` string
- `fulfillmentTypeId` string
- `barcode` string
- `start` string, date-time
- `end` string, date-time
- `status` union
  - union[]
    - union
      - 'VALID'
      - 'INVALID'
      - 'RESERVED'
      - 'DETAILSREQUIRED'
      - 'BLANK'
  - string — Filter by a comma(,) separated list of statuses
- `printStatus` union
  - union[]
    - union
      - 'SUCCEEDED'
      - 'ABORTED'
      - 'FAILED'
      - 'PENDING'
      - 'REPRINT'
  - string — Filter by a comma(,) separated list of print statuses
- `deliveryType` union
  - union[]
    - union
      - 'HARD'
      - 'VIRTUAL'
  - string — Filter by a comma(,) separated list of deliveryTypes
- `event` union
  - string[]
  - string — Filter by a comma(,) separated list of events
- `ticketType` union
  - string[]
  - string — Filter by a comma(,) separated list of ticketTypes
- `seller` union
  - string[]
  - string — Filter by a comma(,) separated list of sellers
- `customer` union
  - string[]
  - string — Filter by a comma(,) separated list of customers
- `statusId` string
- `gaName` string
- `sectionName` string
- `groupName` string
- `rowName` string
- `seatName` string
- `excludedOrigins` string[]

## Response `200`

OK

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