get_webhook_requests
List captured HTTP, email, or DNS events for a webhook to inspect incoming payloads and verify delivery.
Instructions
List captured HTTP, email, or DNS events for a webhook.
Use to inspect what already arrived. Bodies are truncated and HTML is
omitted; use export_webhook_data for the full dump. For the newest item
use get_latest_request. To wait for something new use wait_for_request
or wait_for_email. Filter emails with request_type='email'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| request_type | No | ||
| webhook_token | Yes | Webhook UUID returned by create_webhook |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||