---
title: "Returns a counter of all the metric states in alert form per chain."
method: POST
path: "/server/redis/alertsOverview"
tags: ["Redis"]
---

# Returns a counter of all the metric states in alert form per chain.

`POST /server/redis/alertsOverview`

## Request body

- ChainSourcesNew
  - `parentIds` object
    - `unique_chain_id` object
      - `include_chain_sourced_alerts` boolean
      - `systems` object[]
      - `nodes` object[]
      - `github_repos` object[]
      - `dockerhub_repos` object[]

## Response `200`

OK

- AlertsOverview
  - `result` object
    - `unique_chain_id` object
      - `info` integer
      - `critical` integer
      - `warning` integer
      - `error` integer
      - `problems` object
      - `releases` object
      - `tags` object

## Other responses

- `532` — Error: Missing key(s) in request body.
- `533` — Error: Redis client not initialised.
- `534` — Error: Could not retrieve data from Redis.
- `538` — Error: JSON does not obey the required schema.

---

[API](https://skmtc.net/simplystaking/apis/panic-api.md) · [All operations](https://skmtc.net/simplystaking/apis/panic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/simplystaking/panic-api/revisions/4400907a393c/schema)
