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