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

# Check MySQL KPI

`GET /api/2.0/kpi/checkMySQL`

## Response `200`

Success

- 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)
