---
title: "Get notification stats"
method: GET
path: "/notifications/stats"
tags: ["Notifications"]
---

# Get notification stats

`GET /notifications/stats`

Return monitored assets usage and limits (plan + extra assets) at account level.

## Response `200`

Stats returned successfully.

- NotificationStatsResponse
  - `total_notifications_asset` integer, required
  - `max_notification_asset` integer, nullable, required
  - `plan_limit` integer, nullable
  - `extra_limit` integer, nullable
  - `total_limit` integer, nullable
  - `available` integer, nullable

## Other responses

- `401` — Authentication required.

---

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