Guides
Export Delivery Logs
Download your Delivery Logs as a CSV file — whatever filters you already have applied (date range, endpoint, event type, status) are respected in the export, so you're never downloading more than what you were already looking at.
Dashboard → Delivery Logs → Export CSV
Columns
The CSV splits a couple of combined on-screen cells into individual machine-readable columns.
Event → two columns
The dashboard's single "Event" cell becomes separate
event_id and event_type_name columns.Attempts → two columns
The dashboard's "Attempts" cell becomes separate
attempt_count and max_attempts columns.Timestamps are raw, not relative
last_attempted_at is a full RFC 3339 timestamp, not the "3 minutes ago" style string shown on screen — the export is meant for scripts and spreadsheets, not another UI.The 10,000-row cap
There's no streaming or chunked export — a hard cap keeps the response bounded and predictable.
A filtered result set over 10,000 rows is rejected outright with a "narrow your filters"
error — not partially exported. Nothing is truncated silently; you either get the complete
matching set or a clear reason why you need to narrow the date range or add another filter first.