data

Get KPIs for a test

Returns key performance indicators for the running test.

get/kpi/{testid}

Response

Successful response with KPIs.

messagestring
payloadobject

Mapping of KPI name to numeric value.

statusinteger

Example response

{
  "message": "KPIs retrieved successfully.",
  "status": 200
}

Changes