get_webhook_history
Retrieve webhook delivery history for a job, monitor, or monitor group to view past delivery attempts and their outcomes.
Instructions
Get the webhook delivery history for a resource (job/monitor/monitor_group).
Use when:
You want to see past webhook delivery attempts and their outcomes for a specific job or monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1). | |
| api_key | No | CatchAll API key. Optional if provided via x-api-key header or CATCHALL_API_KEY env var. | |
| page_size | No | Number of results per page (default: 50, max: 500). | |
| resource_id | Yes | The ID of the job/monitor/monitor_group. | |
| resource_type | Yes | Resource type: 'job', 'monitor', or 'monitor_group'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |