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