List All Webhook Logs
Returns a paginated delivery log across all of the organization’s webhooks, newest first by default.
Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query Parameters
A free-text search term applied to the log entries in the results.
The number of records to skip before the first record returned. Use it with take to page through the results.
The maximum number of records to return in this page of results.
Field to sort by (case-insensitive). Valid options: createddatetime, id
createddatetime, id The direction to sort the results. Set to true to sort in descending order.
When true, includes the related records for each item in the response. Not every list has extra records to return, and it can slow down large result sets.
Response
OK
A page of log entries with the total number that match the request.