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

# List all webhooks

`GET /webhooks`

Retrieve a list of all webhooks configured for the current workspace.

## Query parameters

- `events` string
- `currentPage` integer
- `pageSize` integer

## Response `200`

Success

- WebhooksListResponse
  - `data` Webhook[], required
    - `webhookId` string — Unique identifier of the webhook
    - `createdAt` string, date-time — When an webhook was created, presented in ISO-8601 format.
    - `events` string[] — A list of events that will trigger the webhook.
    - `url` string — URL of the webhook
  - `pagination` Pagination, required
    - `itemsTotal` integer — Total number of items that exist.
    - `pagesTotal` integer — Number of items listed in the current page.
    - `pageSize` integer — Maximum number of item per page.
    - `currentPage` integer — The current page index.
    - `currentPageItems` integer — The number of items on the current page.
    - `links` PaginationLink[], required
      - `rel` string
      - `uri` string, uri

## Other responses

- `429` — Too Many Requests

## Changes

- **2024-04-16** `ec2b79bfdc8d` — 1 info
  - added the non-success response with the status `429`
- **2022-04-28** `f9532dd3578c` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `bearerAuth` was removed from the API
- **2022-02-07** `2a4d90a64f88` — 4 warning, 9 info
  - the optional response header `X-RateLimit-Limit` removed for the status `200`
  - the optional response header `X-RateLimit-Remaining` removed for the status `200`
  - the optional response header `X-RateLimit-Retry-After` removed for the status `200`
  - removed the optional property `data/items/signatureSecret` from the response with the `200` status
  - …9 more

[Change history](https://skmtc.dev/apivideo/apis/api-video/changes/webhooks/get.md)

---

[API](https://skmtc.dev/apivideo/apis/api-video.md) · [All operations](https://skmtc.dev/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/ec2b79bfdc8d/schema)
