Documentation
Insights
Platform analytics and custom event ingestion.
Insights aggregates platform events from Kafka into ClickHouse. Query metrics by date range or ingest custom application events.
GET /v1/insights/metrics?from=...&to=...JSON
{
"messagesSent": 2400,
"verifications": 186,
"aiRequests": 94,
"byProduct": { "route": 1200, "engage": 800 }
}POST /v1/insights/eventsJSON
{
"event": "checkout.completed",
"properties": { "amountCents": 4999 }
}