---
title: "List all seat metrics"
method: GET
path: "/seat-metrics"
tags: ["Seat Metrics"]
---

# List all seat metrics

`GET /seat-metrics`

Retrieve a paginated list of all your seat metrics.

## Query parameters

- `limit` integer
- `after` string
- `before` string

## Headers

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

## Response `200`

OK

- ListSeatMetricEndpointProductListSeatMetricPaginatedResponseModel
  - `items` ListSeatMetricEndpointProductListSeatMetricResponseModel[], required — SeatMetrics
    - `id` string, required — Unique ID for this seat metric.
    - `seatType` string, required — Immutable, unique value used to identify and refer to this seat type when submitting events.
    - `createdBy` string, nullable — The ID of the Sequence user who created this seat metric.
    - `label` string, required — Friendly, customer-facing name for this seat metric.
    - `description` string, nullable — Optional description for this seat metric.
    - `createdAt` string, required — The time at which this seat metric was created. Formatted as an ISO 8601 timestamp.
    - `updatedAt` string, required — The time at which this seat metric was updated. Formatted as an ISO 8601 timestamp.
  - `pagination` PaginationMeta1, 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

## Changes

> 714 revisions in range; 113 could not be searched.

- **2026-07-20** `c48cffa2c23d` — 5 breaking
  - the response property `items/items/createdBy` became nullable for the status `200`
  - the response property `items/items/description` became nullable for the status `200`
  - the response property `pagination/after` became nullable for the status `200`
  - the response property `pagination/before` became nullable for the status `200`
  - …1 more
- **2026-06-17** `55aec2d373b0` — 1 warning, 2 info
  - deleted the `header` request parameter `sequence-version`
  - added the new optional `header` request parameter `Sequence-Version`
  - for the `query` request parameter `limit`, the type/format was generalized from `integer`/`int32` to `integer`/``
- **2026-06-17** `9c48c189e29d` — 1 breaking, 1 warning, 1 info
  - for the `query` request parameter `limit`, the type/format was changed from `integer`/`` to `integer`/`int32`
  - deleted the `header` request parameter `Sequence-Version`
  - added the new optional `header` request parameter `sequence-version`

[Change history](https://skmtc.dev/sequencehq/apis/sequence/changes/seat-metrics/get.md)

---

[API](https://skmtc.dev/sequencehq/apis/sequence.md) · [All operations](https://skmtc.dev/sequencehq/apis/sequence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequencehq/sequence/revisions/e520d2f95b7b/schema)
