---
title: "GET /v1/alert/statistics"
method: GET
path: "/v1/alert/statistics"
tags: ["Alert"]
---

# GET /v1/alert/statistics

`GET /v1/alert/statistics`

GetAlertStatistics returns alert counts for the dashboard: total active, by level, today recovered, by alert page.

## Response `200`

OK

- MarksmanApiV1GetAlertStatisticsReply — GetAlertStatisticsReply returns dashboard counts: total active, by level, today recovered, by alert page.
  - `totalActiveCount` string
  - `countByLevel` MarksmanApiV1LevelCount[]
    - `levelUid` string
    - `levelName` string
    - `count` string
  - `todayRecoveredCount` string
  - `countByAlertPage` MarksmanApiV1AlertPageCount[]
    - `alertPageUid` string
    - `alertPageName` string
    - `count` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
