---
title: "Check all KPIs"
method: GET
path: "/api/2.0/kpi"
tags: ["KPI Management API"]
---

# Check all KPIs

`GET /api/2.0/kpi`

## Response `200`

Success

- KPIAll — All KPIs
  - `checkMySQL` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkMongoDB` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkMessageMQ` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkHostedConnector` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkQueryPreview` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkQuerySaveAndRunNow` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkDashboardLoad` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkWidgetLoad` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment
  - `checkMongoReplicaSetStatus` KPI — KPI information
    - `name` string — KPI name
    - `status` 'GREEN' | 'YELLOW' | 'RED' — KPI status
    - `time` integer — KPI execution time
    - `comment` string — KPI comment

## Other responses

- `401` — User is not authenticated
- `403` — User is not allowed to access this resource
- `500` — Error during processing

---

[API](https://skmtc.net/knowi/apis/user-management-api.md) · [All operations](https://skmtc.net/knowi/apis/user-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knowi/user-management-api/revisions/6e6982573ba6/schema)
