---
title: "List all Usage Events"
method: GET
path: "/usage-events"
tags: ["Usage Events"]
---

# List all Usage Events

`GET /usage-events`

List all Usage Events

## Query parameters

- `before` string
- `after` string
- `limit` integer
- `sortOrder` string
- `offset` integer
- `customerAlias` unknown[]
  - unknown
- `unmappedAliasesOnly` boolean
- `eventType` string
- `eventId` string
- `eventTimestampBefore` string
- `eventTimestampAfter` string
- `sortBy` string

## Headers

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

## Response `200`

OK

- ListUsageEventEndpointEndpointResponseModel
  - `items` CreateUsageEventEndpointProductCreateUsageEventResponseModel[], required — Usage events
    - `id` string, required — Unique ID
    - `customerEventId` string, required — ID provided by customer. Another event with the same customer event ID will supersede this one.
    - `customerAlias` string, required — End-customer alias or ID
    - `eventType` string, required — Event type. This can be referenced from a usage metric.
    - `sequenceAccountId` string, required — Sequence account ID
    - `eventTimestamp` string, required — Event timestamp, in ISO 8601 format.
    - `eventProperties` object, required — Event properties. These can be referenced by a usage metric.
  - `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)
