get_webhook_logs
Retrieve delivery logs for webhooks, filterable by date range, status, and pagination.
Instructions
Get a webhook's delivery logs (POST filter body; page/size are query params).
from_/to are ISO-8601. status filters by ALL/SUCCEEDED/FAILED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_id | Yes | ||
| workspace_id | No | ||
| from_ | No | ||
| to | No | ||
| sort_by_newest | No | ||
| status | No | ||
| page | No | ||
| size | No |