get
https://{companyDomain}.bamboohr.com/api/v1/webhooks//log
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.
