v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBList Webhook Logs
Returns an array of recent delivery log entries for a webhook. Use List Webhooks to find webhook IDs. Logs cover the last 14 days and are limited to 200 entries. The lastAttempted and lastSuccess fields are usually UTC datetimes in YYYY-MM-DD HH:MM:SS format, but may instead contain status strings such as Webhook Not Found. Returns an empty array if no deliveries have occurred in the lookback window.
Rate limiting: This endpoint is rate-limited. When the rate limit is exceeded the server still returns HTTP 200, but the body is {"error":{"code":429,"message":"Over rate limit, please try again in 60 seconds"}} instead of the log array. Callers should check for this shape before processing the response as a log list.
OAuth Scopes: webhooks
Path parameters
The webhook ID to get logs about.
Response
An array of webhook delivery log entries for the last 14 days (up to 200 entries). Returns an empty array if no deliveries have occurred.
Example response
[
{
"employeeIds": [
"135"
]
}
]