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

# List webhooks

`GET /v1/webhooks`

Lists webhook endpoints with optional filters and pagination

## Query parameters

- `enabled` boolean
- `tenant_id` string
- `limit` integer
- `cursor` string

## Response `200`

OK. Returns ListWebhooksOutputBody (items omit signing_key).

- ListWebhooksOutputBody
  - `data` WebhookPublicData[], required — List of webhooks (signing_key omitted for security)
    - `id` string, uuid, required — Webhook ID (UUID)
    - `url` string, required — URL that receives webhook POSTs
    - `enabled` boolean, required — Whether the webhook is active
    - `tenant_id` string — Tenant/organization identifier
    - `event_types` WebhookEventType[] — Event types this webhook subscribes to (empty = all)
    - `created_at` string, date-time, required — When the webhook was created
    - `updated_at` string, date-time, required — When the webhook was last updated
    - `disabled_reason` string, nullable — Read-only. Set by the system when the webhook was disabled. Omitted when null.
    - `disabled_at` string, date-time, nullable — Read-only. When the webhook was disabled. Omitted when null.
  - `total` integer — Total count matching filters (present when offset-based; omitted when using cursor)
  - `limit` integer, required — Limit used in query
  - `offset` integer — Offset used in query (present when offset-based; omitted when using cursor)
  - `next_cursor` string — Opaque cursor for the next page (keyset paging). Present only when there may be more results. Use as the cursor query param for the next page.

## Other responses

- `400` — Bad Request (e.g. invalid cursor)
- `default` — Error

## Changes

> 35 revisions in range; 4 could not be searched.

- **2026-06-26** `17c77a1a3031` — 2 warning
  - added the new `content_too_large` enum value to the `code` response property for the response status `400`
  - added the new `content_too_large` enum value to the `code` response property for the response status `default`
- **2026-06-16** `d2fa5d9f2e98` — 2 warning
  - added the new `tenant_write_conflict` enum value to the `code` response property for the response status `400`
  - added the new `tenant_write_conflict` enum value to the `code` response property for the response status `default`
- **2026-06-03** `6907a0a9de00` — 2 breaking, 2 warning, 12 info
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `400`
  - the `instance` response's property type/format changed from `string`/`uri` to `string`/`` for status `default`
  - removed the optional property `errors` from the response with the `400` status
  - removed the optional property `errors` from the response with the `default` status
  - …12 more
- **2026-04-30** `2fe8dc460c4d` — 2 info
  - the `type` response's property default value `about:blank` was removed for the status `400`
  - the `type` response's property default value `about:blank` was removed for the status `default`
- …earlier changes not shown

[Full history](https://skmtc.dev/formbricks/apis/formbricks-hub-api/changes/v1/webhooks/get.md)

---

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