> ## Documentation Index
> Fetch the complete documentation index at: https://docs.illocution.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Metrics & Health

> Observability endpoints for monitoring

## `GET /metrics`

Lightweight counters to feed dashboards. Example:

```json theme={null}
{
  "events": {
    "status": 45,
    "final_transcript": 12,
    "emotion": 12,
    "summary_update": 1
  },
  "agent_latency_ms": {
    "utterance": 215.34
  }
}
```

## `GET /health`

Returns `{ "status": "ok" }`.
