---
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.

---

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