{
"success": true,
"result": {
"period": {
"from": "2025-01-01T00:00:00Z",
"to": "2025-01-31T23:59:59Z"
},
"total_requests": 12450,
"total_cost": 68.70,
"cache_hit_rate": 0.23,
"by_endpoint": [
{
"endpoint": "/v1/classify",
"requests": 8500,
"cost": 51.00,
"cache_hits": 1955,
"avg_latency_ms": 820
},
{
"endpoint": "/v1/rubric/classify",
"requests": 2200,
"cost": 6.60,
"cache_hits": 880,
"avg_latency_ms": 650
},
{
"endpoint": "/v1/comments/:id/reply",
"requests": 1750,
"cost": 14.00,
"cache_hits": 0,
"avg_latency_ms": 1200
}
],
"balance": {
"current": 31.30,
"credits_purchased": 100.00,
"credits_used": 68.70
}
},
"errors": [],
"request_id": "req_usg_abc123"
}