API Reference
Score History
Query historical CSC scores
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Query historical CSC scores
GET /api/score-history?clusterId=production
Authorization: Bearer TOKEN
[
{
"timestamp": "2026-03-16T12:00:00Z",
"score": 87,
"nodes": 3,
"pods": 24,
"risks": 2
},
{
"timestamp": "2026-03-16T12:00:10Z",
"score": 87,
"nodes": 3,
"pods": 24,
"risks": 2
}
]
GET /api/score-history?clusterId=production&format=csv
Authorization: Bearer TOKEN
timestamp,score,nodes,pods,risks
2026-03-16T12:00:00Z,87,3,24,2
2026-03-16T12:00:10Z,87,3,24,2
GET /api/export?clusterId=production&format=csv
Authorization: Bearer TOKEN
GET /api/export?clusterId=production&format=json
Authorization: Bearer TOKEN