Kissaki Docs
API referenceWorkspace

Kpis History

GET
/kpis/history

Query Parameters

days?Days
Range1 <= value <= 90
Default30

Response Body

application/json

application/json

curl -X GET "https://example.com/kpis/history"
[  {    "day": "string",    "total": 0,    "proven": 0,    "suppressed": 0,    "by_severity": {      "property1": 0,      "property2": 0    }  }]