search_requests
Search and filter webhook requests by method, content, headers, date range, or type to inspect captured HTTP, email, and DNS data.
Instructions
Search requests sent to a webhook with query filters (method, content, headers, date range, type).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_token | Yes | The webhook token (UUID) from webhook.site | |
| request_type | No | Filter by request type: 'web' (HTTP requests), 'email', or 'dns' | |
| query | No | Additional search query (e.g., 'method:POST', 'content:foobar', 'headers.user-agent:Mozilla') | |
| date_from | No | Filter from date (format: yyyy-MM-dd HH:mm:ss) | |
| date_to | No | Filter to date (format: yyyy-MM-dd HH:mm:ss) | |
| sorting | No | Sort order: 'newest' or 'oldest' | newest |
| limit | No | Maximum number of requests to retrieve |