---
title: "Get Webhook Event Count"
method: GET
path: "/v0/webhooks/{webhook_id}/events/count"
tags: ["Webhooks"]
---

# Get Webhook Event Count

`GET /v0/webhooks/{webhook_id}/events/count`

Get the count of events triggered for a specific webhook, optionally filtered by delivery status. Use this endpoint to quickly check webhook activity volume without fetching the full event list, useful for monitoring dashboards, paginating a status-filtered event list, and usage tracking.

## Path parameters

- `webhook_id` integer, required — ID of the webhook

## Query parameters

- `status` 'IN_PROGRESS' | 'SUCCESS' | 'FAILED' | 'NOT_TRIGGERED'

## Response `200`

Successful Response

- integer

## Other responses

- `400` — Bad Request
- `402` — Payment Required
- `422` — Unprocessable Content
- `500` — Internal Server Error

## Changes

- **2026-09-04** `cdfd0e791617` — 1 info
  - added the new optional `query` request parameter `status`

[Change history](https://skmtc.dev/theirstack/apis/theirstack-api-reference/changes/v0/webhooks/:webhook_id/events/count/get.md)

---

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