---
title: "List event categories"
method: GET
path: "/categories"
tags: ["Categories"]
---

# List event categories

`GET /categories`

Returns all available event categories that can be used when creating or updating events.

## Response `200`

List of categories

- object
  - `data` Category[]
    - `id` integer — Category ID
    - `name` string — Category name

## Other responses

- `401` — Missing or invalid API key

## Changes

- **2026-02-11** `e24c8532211b` — 1 info
  - api operation id `list_categories` was added
- **2026-02-11** `36ccba39bc4d` — 1 info
  - api operation id `list_categories` removed and replaced with ``

[Change history](https://skmtc.dev/eventschedule/apis/event-schedule-api/changes/categories/get.md)

---

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