CSV Export
Export captured webhook requests to CSV format for analysis in spreadsheets, data tools, or external systems.
Paid Feature
CSV export is available on paid plans. See Plans & Billing for details.
Exporting from the dashboard
- Navigate to your debug endpoint
- Click Export or the download icon
- Select the date range or request set to export
- Download the CSV file
Export format
The CSV file includes the following columns:
| Column | Description |
|---|---|
id | Request ID |
method | HTTP method |
url | Full request URL |
path | Request path |
headers | Request headers (JSON) |
body | Request body |
query_params | Query parameters (JSON) |
remote_address | Sender IP address |
content_length | Body size in bytes |
created_at | Timestamp |
Use cases
- Analyze webhook patterns — import into a spreadsheet to identify trends
- Audit trail — keep a record of all received webhooks
- Share with non-technical stakeholders — CSV is universally readable
- Data pipeline input — feed webhook data into ETL or analytics tools