---
title: "Get Webhook Stats"
method: GET
path: "/v1/webhooks/stats"
tags: ["Webhooks"]
---

# Get Webhook Stats

`GET /v1/webhooks/stats`

Get aggregate webhook statistics including total counts and delivery metrics. Requires API key with webhook:read.

## Response `200`

Webhook statistics

- ApiResponseWebhookStats
  - `success` boolean, required
  - `data` object, nullable
    - `totalWebhooks` integer — Total number of webhooks
    - `activeWebhooks` integer — Number of active webhooks
    - `deliveries` object
      - `total` integer — Total deliveries
      - `success` integer — Successful deliveries
      - `failed` integer — Failed deliveries
      - `pending` integer — Pending deliveries
  - `error` string, nullable

## Other responses

- `401` — Unauthorized

---

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