---
title: "Get overview aggregates for webhook events"
method: GET
path: "/api/v2/webhook-events/summary"
tags: ["WebhookEvent"]
---

# Get overview aggregates for webhook events

`GET /api/v2/webhook-events/summary`

Get overview aggregates for webhook events including success/failure rates

## Query parameters

- `from` string, date
- `to` string, date

## Response `200`

Default Response

- object
  - `total_events` number, required — Total number of webhook events
  - `successful_events` number, required — Total number of successful webhook events
  - `failed_events` number, required — Total number of failed webhook events
  - `success_rate` number, required — Percentage (0-100) of successful webhook calls
  - `failure_rate` number, required — Percentage (0-100) of failed webhook calls

## Other responses

- `401` — This request is unauthorized (either the Authorization header is missing or invalid, or the API key has been revoked)
- `402` — This request cannot be fulfilled because the workspace does not have an active paid plan
- `404` — The requested resource was not found
- `429` — You have exceeded the rate limit. Please check the rate limit docs for more information.

---

[API](https://skmtc.net/instantly/apis/api-explorer.md) · [All operations](https://skmtc.net/instantly/apis/api-explorer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/instantly/api-explorer/revisions/378d1e253fe7/schema)
