---
title: "List Event Types"
method: GET
path: "/api/v1/event-type"
tags: ["Event Type"]
---

# List Event Types

`GET /api/v1/event-type`

Return the list of event types.

## Query parameters

- `limit` integer — Limit the number of returned items
- `iterator` string, nullable — The iterator returned from a prior invocation
- `order` 'ascending' | 'descending' — Defines the ordering in a listing of results.
- `include_archived` boolean — When `true` archived (deleted but not expunged) items are included in the response.
- `with_content` boolean — When `true` the full item (including the schema) is included in the response.

## Response `200`

- ListResponseEventTypeOut
  - `data` EventTypeOut[], required
    - `archived` boolean
    - `createdAt` string, date-time, required
    - `deprecated` boolean, required
    - `description` string, required
    - `featureFlag` string, nullable
    - `featureFlags` string[], nullable
    - `groupName` string, nullable — The event type group's name
    - `name` string, required — The event type's name
    - `schemas` object, nullable — The schema for the event type for a specific version as a JSON schema.
    - `updatedAt` string, date-time, required
  - `done` boolean, required
  - `iterator` string, nullable, required
  - `prevIterator` string, nullable

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error
- `429` — Too Many Requests

---

[API](https://skmtc.dev/svix/apis/svix-api.md) · [All operations](https://skmtc.dev/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/50dde67d2d2d/schema)
