---
title: "List Event Types"
method: GET
path: "/v1/webhooks/events"
tags: ["Webhooks"]
---

# List Event Types

`GET /v1/webhooks/events`

List all available webhook event types with descriptions. Requires API key with webhook:read.

## Response `200`

Event types list

- ApiResponseWebhookEvents
  - `success` boolean, required
  - `data` object, nullable
    - `events` WebhookEvent[]
      - `type` string — Event type identifier
      - `description` string — Event description
    - `total` integer
  - `error` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/2d06ad0e0bc3/schema)
