Monitoring deliveries
Dashboard metrics, event logs, delivery attempts, and usage.
Dashboard
The Dashboard summarizes recent delivery health over a rolling 24-hour window, each compared to the prior 24 hours:
- Success rate and error rate across deliveries.
- p95 latency — how long your endpoints take to respond.
- Deliveries (24h) and lifetime total delivered.
- A throughput chart of successes vs. failures over time.
Per-webhook metrics
The Webhooks page rolls up live numbers for each endpoint — events per second, p95 latency, success rate, and current health state — so you can spot a single misbehaving destination at a glance.
Event logs
The Logs page lists individual events. Filter by object, change type, status, webhook, and date range to narrow down what you're looking for.
Open any event to see its full detail:
- The event payload and which fields changed.
- Each delivery attempt in order — attempt number, HTTP status, response body, error message, and duration in milliseconds.
A delivery's attempt history is the fastest way to diagnose why an endpoint rejected an event (for example a 401 from a missing header or a 500 from the receiver).
Replaying from the logs
From an event's detail you can re-enqueue it for delivery — handy after fixing a receiver. See Delivery, retries & DLQ for how replay and the dead-letter queue work together.
Usage
The Usage page shows your current billing-period event count against your plan limit, the features available on your plan, and any trial end date. Remember that logs are only retained for your plan's window — export or act on anything you need beyond it.