List Webhook Logs
List webhook delivery attempts, filtered by webhook, connector, event type, response code or time range.
response_code your endpoint returned.
Polling this with errors_only=true on a schedule is the practical way to catch a silently broken endpoint — nothing else tells you deliveries have stopped succeeding. See Monitoring deliveries.
page_size=25 with a maximum of 50 — see Pagination.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of results to return per page.
1 <= x <= 50The pagination cursor value.
Restrict results to deliveries for this webhook.
Restrict results to deliveries triggered for this connector.
Comma-separated webhook event types to filter logs by.
"connector_synced,employee_data_changed"
Comma-separated HTTP response codes to filter logs by.
"200,403,503"
Only logs created at or after this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
"2024-02-21T21:22:12.993Z"
Only logs created at or before this datetime. Format: ISO 8601. If no timezone offset is supplied, the value is interpreted as UTC.
"2024-02-21T21:22:12.993Z"
If true, only error logs (HTTP response code >= 400) are returned.
Response
Successful Response