---
title: "Get KPIs for a running test"
method: GET
path: "/kpi/{testid}"
tags: ["Test Execution"]
---

# Get KPIs for a running test

`GET /kpi/{testid}`

Receive KPI values for the running test. Calculated from start time and do not include warmup periods.

## Response `200`

Successful response with KPIs.

- object
  - `message` string
  - `payload` object — Values for each keyed KPI. See KPIResponse schema for keyed KPIs and definitions.
  - `status` integer

## Changes

- **2026-02-02** `352c81bcd71d` — 2 info
  - api tag `Test Execution` added
  - api tag `Test Simulation and Data` removed
- **2026-01-15** `cf045ca999f8` — 9 warning
  - removed the optional property `payload/cost_tot` from the response with the `200` status
  - removed the optional property `payload/emis_tot` from the response with the `200` status
  - removed the optional property `payload/ener_tot` from the response with the `200` status
  - removed the optional property `payload/idis_tot` from the response with the `200` status
  - …5 more
- **2026-01-02** `e37b5217d73f` — 2 info
  - api tag `Test Simulation and Data` added
  - api tag `data` removed
- **2026-01-02** `2fd5ae992e3c` — 9 info
  - added the optional property `payload/cost_tot` to the response with the `200` status
  - added the optional property `payload/emis_tot` to the response with the `200` status
  - added the optional property `payload/ener_tot` to the response with the `200` status
  - added the optional property `payload/idis_tot` to the response with the `200` status
  - …5 more
- **2025-12-27** `9bb743194905` — 2 info
  - api tag `data` added
  - api tag `Test Execution` removed

[Full history](https://skmtc.dev/ibpsa/apis/boptest-service-api/changes/kpi/:testid/get.md)

---

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