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

# List outbound webhooks

`GET /webhooks`

Lists customer-configured outbound webhook endpoints for the authenticated company.

## Response `200`

Success

- object
  - `success` boolean
  - `webhooks` OutboundWebhookEndpoint[]
    - `id` string
    - `name` string
    - `url` string, uri
    - `status` 'enabled' | 'disabled'
    - `events` OutboundWebhookEventType[]
    - `consecutiveFailures` integer — Consecutive failed delivery attempts used for endpoint backoff.
    - `circuitOpenedAt` string, date-time, nullable
    - `circuitOpenUntil` string, date-time, nullable
    - `signingSecret` string — Returned only when creating a webhook or adding a signing secret.
    - `signingSecrets` object[] — Active signing secret metadata. Secret values are returned only once.
      - `id` string
      - `prefix` string
      - `createdAt` string, date-time
    - `lastSuccessAt` string, date-time, nullable
    - `lastFailureAt` string, date-time, nullable
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Unauthorized
- `503` — The database was temporarily unavailable. The request may be retried after the delay in Retry-After.

## Changes

> 121 revisions in range; 89 could not be searched.

- **2026-05-07** `c21889189dc9` — 2 warning
  - added the new `sequence.failed` enum value to the `webhooks/items/events/items/` response property for the response status `200`
  - added the new `sequence.finished` enum value to the `webhooks/items/events/items/` response property for the response status `200`
- **2026-05-07** `50ebf9e9f651` — 1 info
  - endpoint added

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

---

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