Retrieve Webhook Batches
Retrieves paged webhook batches associated with the customer. The time range specified by created_after and created_before filters must not exceed 31 days. If neither is specified, the default time range is the last 3 days. Optional filters include status categories, webhook, limit and offset.
Headers
Query Parameters
Inclusive lower bound(UTC) for filtering webhook batches by creation time. Formats: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
Exclusive upper bound(UTC) for filtering webhook batches by creation time. Formats: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ
Filters webhook batches by webhook response status category. Values must be unique and encoded as a comma-separated list in the query string. If not provided, batches with all categories are returned.
61xx, 2xx, 3xx, 4xx, 5xx, no_response Filters webhook batches by the webhook endpoint to which events in the batch were posted.
The maximum number of webhook batches to return
1 <= x <= 500The number of webhook batches to skip before starting to collect the result set
x >= 0Response
Successfully returned Webhook batches
List of webhook batches matching the filter. Empty if no webhook batches match the filter.

