---
title: "Get all webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get all webhooks

`GET /webhooks`

## Response `200`

List of webhooks

- PaginatedWebhookResult
  - `data` Webhook[], required — List of webhooks
    - `id` string, required — Unique identifier of the webhook
    - `createdAt` string, required — Creation timestamp
    - `updatedAt` string, required — Last update timestamp
    - `name` string, required — Name of the webhook
    - `active` boolean, required — Whether the webhook is active
    - `description` string — Description of the webhook
    - `url` string, required — URL to send webhook events to
    - `events` string[], required — List of subscribed events. "*" means all events.
  - `pagination` object, required — Pagination info
    - `hasMore` boolean, required — Whether more results are available
    - `cursor` string, required — Cursor for the next page of results

---

[API](https://skmtc.net/dolby/apis/theolive-api.md) · [All operations](https://skmtc.net/dolby/apis/theolive-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dolby/theolive-api/revisions/3dc30dd23624/schema)
