Search Webhook Logs
Searches logs by log ID, order ID (if the query is a valid GUID), or by URL fragment.
All pagination and date/status filters from the listing endpoint are also supported.
Requires the user.webhooks.view permission.
Filterable Fields
This endpoint supports filtering and sorting. See the Filtering & Sorting Guide for syntax details.Authorizations
Your API key goes here
Path Parameters
ID of the webhook
Search query - a log ID, order ID, or URL substring
Query Parameters
Filter by HTTP response code (e.g. 200, 500).
Show only successful deliveries (2xx response codes).
Only include logs created on or after this date (inclusive).
Only include logs created on or before this date (inclusive).
1 <= x <= 21474836471 <= x <= 2147483647Response
The object was successfully returned.
Represents a paginated response returned from API endpoints, which contains the paginated data and metadata about the pagination.