cURL
curl --request GET \ --url https://api.illocution.ai/metrics
{ "events": { "status": 45, "final_transcript": 12, "emotion": 12 }, "agent_latency_ms": { "utterance": 215.34 } }
Lightweight observability endpoint for dashboards. Returns SSE throughput and average agent latency per utterance.
Metrics data
Event counts by type
Show child attributes
{ "status": 45, "final_transcript": 12, "emotion": 12}
Average agent latency per utterance
{ "utterance": 215.34 }