---
title: "GET /v2/webhooks/events"
method: GET
path: "/v2/webhooks/events"
---

# GET /v2/webhooks/events

`GET /v2/webhooks/events`

Returns the catalog of available webhook event types and their descriptions.

## Response `200`

Events catalog retrieved successfully

- object
  - `data` EventsCatalogResponse, required
    - `events` EventCatalog[], required
      - `event_type` string, required — The event type identifier.
      - `display_name` string, required — Human-readable name.
      - `description` string, required — Description of when this event fires.
      - `available_data_options` string[], required — Data options available for this event type.

## Changes

- **2026-04-10** `8d556733b51c` — 1 info
  - endpoint added
- **2026-02-03** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/i-stem/apis/samora-ai-api/changes/v2/webhooks/events/get.md)

---

[API](https://skmtc.dev/i-stem/apis/samora-ai-api.md) · [All operations](https://skmtc.dev/i-stem/apis/samora-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/i-stem/samora-ai-api/revisions/cb390cb388d1/schema)
