Skip to main content

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

  1. Navigate to your debug endpoint
  2. Click Export or the download icon
  3. Select the date range or request set to export
  4. Download the CSV file

Export format

The CSV file includes the following columns:

ColumnDescription
idRequest ID
methodHTTP method
urlFull request URL
pathRequest path
headersRequest headers (JSON)
bodyRequest body
query_paramsQuery parameters (JSON)
remote_addressSender IP address
content_lengthBody size in bytes
created_atTimestamp

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