---
title: "Count of found entities for get webhook request"
method: GET
path: "/v4/subscription/webhook/count"
tags: ["Notifications"]
---

# Count of found entities for get webhook request

`GET /v4/subscription/webhook/count`

> This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.

<p style="display: none">/v4/subscription/webhook/count</p>
<p>Count of webhooks that were found from /v4/subscription/webhook</p>

## Query parameters

- `pageSize` number, required
- `offset` number
- `direction` 'asc' | 'desc'
- `failed` boolean
- `subscriptionId` string
- `from` number
- `to` number

## Response `200`

OK

- EntitiesCount
  - `total` number — Total entities

## Other responses

- `400` — Bad Request
- `401` — Unauthorized. Not valid or inactive subscription key present in the HTTP Header.
- `500` — Internal server error. There was an error on the server during the processing of the request.

---

[API](https://skmtc.net/tatum/apis/blockchain-data.md) · [All operations](https://skmtc.net/tatum/apis/blockchain-data/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tatum/blockchain-data/revisions/8622ee4b8fae/schema)
