Skip to main content
GET
/
metrics
Get metrics
curl --request GET \
  --url https://api.illocution.ai/metrics
{
  "events": {
    "status": 45,
    "final_transcript": 12,
    "emotion": 12
  },
  "agent_latency_ms": {
    "utterance": 215.34
  }
}

Response

200 - application/json

Metrics data

events
object

Event counts by type

Example:
{
"status": 45,
"final_transcript": 12,
"emotion": 12
}
agent_latency_ms
object

Average agent latency per utterance

Example:
{ "utterance": 215.34 }