---
title: "Get Event Types"
method: GET
path: "/api/events_types"
tags: ["Events"]
---

# Get Event Types

`GET /api/events_types`

Returns the set of event type identifiers supported by GET /api/events.

Use the identifiers returned here as the `event_type` filter value when calling
[`GET /api/events`](../../api-reference/events/list).

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- EventTypesEnvelope
  - `data` string[], nullable

---

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