List webhook logs
Returns a paginated list of webhook delivery attempts (including retries) for the authenticated organization, newest first. Results are always limited to the trailing 30 days — start_date/end_date can narrow that window further but can’t widen it beyond 30 days back. Note that start_date/end_date filter against lastAttempt (when that specific delivery attempt happened), not createdOn (when the underlying event was first created) — the two can differ for retried deliveries.
Authorizations
The Server API Key obtained from the kelviq application. Pass as a Bearer token in the Authorization header. Example: 'Authorization: Bearer YOUR_API_KEY'
Query Parameters
Include delivery attempts made on or after this date. Clamped to at most 30 days back regardless of the value passed.
Include delivery attempts made on or before this date.
Number of results per page. Defaults to 10, maximum 100.
1 <= x <= 100Page number to return.
x >= 1