Reports · Integration

Live Data API

Requests 24h
p95 Latency
Error Rate
Active Keys
Rate Limit
60 req/min
per key · 10K rows/req max
Endpoints
16
Bulk datasets for PowerBI / Tableau / Looker
This page is for event-stream and per-endpoint integration. For bulk datasets use the BI Feed Console JSON / CSV / Parquet, cursor pagination, and per-tenant API key with the read:bi scope.
Open BI Feed Console →
API Endpoints
MethodPathDescriptionStatus
GET/api/v1/reports/live-data/summaryFull summary snapshot
GET/api/v1/reports/live-data/alerts-by-response-typeAlert disposition breakdown
GET/api/v1/reports/live-data/incidents-by-severityIncident severity counts
GET/api/v1/reports/live-data/incidents-by-dispositionIncident disposition counts
GET/api/v1/reports/live-data/escalated-incidents-by-severityEscalated incident severities
GET/api/v1/reports/live-data/escalated-incidents-weekly-trendEscalated incidents weekly trend
GET/api/v1/reports/live-data/escalated-incidents-by-categoryEscalated incidents by category
GET/api/v1/reports/live-data/non-escalated-alerts-by-severityNon-escalated alerts by severity
GET/api/v1/reports/live-data/benign-false-positive-alertsBenign and false-positive alerts
GET/api/v1/reports/live-data/alerts-resolved-by-automationAlerts resolved by automation
GET/api/v1/reports/live-data/alert-types-by-hourAlert types histogram by hour
GET/api/v1/reports/live-data/mean-timesMTTA / MTTR metrics
GET/api/v1/reports/live-data/mean-times-by-dispositionMTTA / MTTR split by disposition
GET/api/v1/reports/live-data/top-categoriesTop alert categories
GET/api/v1/reports/live-data/api-usageAPI usage telemetry (requests, p95, error rate)
WS/api/v1/reports/streamLive event stream
Active API Keys
Sample Integration Code
tenant: (select a tenant)
curl -H "Authorization: Bearer {API_KEY}" \
     -H "X-Tenant-ID: <tenant-uuid>" \
     "/reports/live-data/summary?days=7"
Need PowerBI / Tableau / Looker connection strings? See the BI Feed Console for star-schema bulk-data feeds.
WebSocket Live Stream Demo
Disconnected
Paste an API key (Bearer value) or JWT. Empty values are rejected by the gateway.
// Events will appear here once connected…
Live
Monitoring — no recent alerts