List 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

The webhook ID to get logs about.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain