---
title: "List webhook event types"
method: GET
path: "/webhooks/events"
tags: ["Webhooks"]
---

# List webhook event types

`GET /webhooks/events`

List all available webhook event types that can be subscribed to.

## Response `200`

Event types retrieved.

- object
  - `data` object, required
    - `event_types` object[], required
      - `type` string, required
      - `description` string, required
  - `meta` object, required
    - `request_id` string, required
    - `timestamp` string, date-time, required

---

[API](https://skmtc.net/yoshi-ai-dev/apis/yoshi-api.md) · [All operations](https://skmtc.net/yoshi-ai-dev/apis/yoshi-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yoshi-ai-dev/yoshi-api/versions/79b8247d58a2/schema)
