Appearance
Statistics
Get delivery statistics for your organization.
Get Stats
GET /api/v1/statsResponse
json
{
"total": 1420,
"delivered": 1380,
"failed": 25,
"pending": 10,
"expired": 5
}Fields
| Field | Description |
|---|---|
total | Total events currently retained for the organization |
delivered | Events successfully delivered (2xx response) |
failed | Events currently in the transient FAILED state |
pending | Events currently in the delivery pipeline |
expired | Events that exceeded max retries |
The current endpoint does not accept date or endpoint filters and does not calculate rates or average latency.