get_webhook_requests
Retrieve captured HTTP requests, emails, or DNS lookups from a Webhook.site endpoint for inspection and testing purposes.
Instructions
Get all requests that have been sent to a webhook.site endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| limit | No | Maximum number of requests to retrieve (default: 10) | |
| request_type | No | Filter by request type: 'web' (HTTP requests), 'email', or 'dns' |