export_webhook_data
Export captured webhook requests to JSON with full details: headers, body, IP, timestamp, user agent.
Instructions
Export all captured requests from a webhook to JSON format. Includes full request details: headers, body, IP, timestamp, user agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of requests to export (default: 100) | |
| webhook_token | Yes | The webhook token (UUID) from webhook.site |