---
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 total count of events triggered for a specific webhook. Use this endpoint to quickly check webhook activity volume without fetching the full event list, useful for monitoring dashboards and usage tracking.

## Path parameters

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

## Response `200`

Successful Response

- integer

## Other responses

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

---

[API](https://skmtc.net/theirstack/apis/theirstack-api-reference.md) · [All operations](https://skmtc.net/theirstack/apis/theirstack-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/theirstack/theirstack-api-reference/versions/2723cd54b43e/schema)
