---
title: "List all seat events"
method: GET
path: "/seat-events"
tags: ["Seat Events"]
---

# List all seat events

`GET /seat-events`

Retrieve a paginated list of all your submitted seat events.

## Query parameters

- `before` string
- `after` string
- `limit` integer
- `sortOrder` string
- `customerAlias` string
- `customerIds` string
- `seatType` string
- `customerEventId` string
- `eventTimestampBefore` string
- `eventTimestampAfter` string
- `sortBy` string

## Headers

- `Authorization` string, required
- `Sequence-Version` '2024-07-30'

## Response `200`

OK

- ListSeatEventsEndpointEndpointResponseModel
  - `items` SeatEvent[], required — Seat events
    - `id` string, required — Unique ID for this seat event.
    - `customerEventId` string, required — Unique ID provided by you. Another event with the same customer event ID will supersede this one. This ID usually corresponds to the event ID you use internally.
    - `customerAlias` string, required — End-customer alias or ID. This is a unique value provided by you and is an identifier to your customer who consumed the seats.
    - `seatType` string, required — Seat type. This can be referenced from a seat metric.
    - `sequenceAccountId` string, required — Unique Sequence account ID.
    - `eventTimestamp` string, required — Event timestamp, in ISO 8601 format.
    - `total` integer, required — Total seats consumed for this seat type.
  - `pagination` PaginationMeta3, required — Results pagination
    - `after` string, nullable — Cursor for the page after this (if it exists)
    - `before` string, nullable — Cursor for the page before this (if it exists)
    - `totalResultSize` integer, nullable — Total number of entries across all pages

## Other responses

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

---

[API](https://skmtc.net/sequencehq/apis/sequence.md) · [All operations](https://skmtc.net/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sequencehq/sequence/versions/cae64b02699f/schema)
