Statistics
Get delivery statistics for your organization.
Get Stats
GET /api/v1/statsQuery Parameters
| Param | Type | Default | Description |
|---|---|---|---|
endpoint_id | string | — | Filter by endpoint |
from | string | — | Start date (ISO 8601) |
to | string | — | End date (ISO 8601) |
Response
json
{
"total_events": 1_420,
"delivered": 1_380,
"failed": 25,
"pending": 10,
"expired": 5,
"success_rate": 97.18,
"avg_delivery_ms": 142
}Fields
| Field | Description |
|---|---|
total_events | Total events in the time range |
delivered | Events successfully delivered (2xx response) |
failed | Events that failed all retry attempts |
pending | Events currently in the delivery pipeline |
expired | Events that exceeded max retries |
success_rate | Percentage of events that were delivered successfully |
avg_delivery_ms | Average delivery latency in milliseconds |