cURL
curl --request GET \ --url https://api.example.com/webhooks/{webhook_id}/logs \ --header 'X-API-Key: <api-key>'
{ "logs": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "eventType": "<string>", "payload": "<string>", "success": true, "createdAt": "2023-11-07T05:31:56Z", "statusCode": 123, "responseBody": "<string>", "errorMessage": "<string>", "durationMs": 123 } ], "total": 123 }
Get delivery logs for a webhook.
Required scope: read
read
Shows recent delivery attempts with status, response, and timing info. Useful for debugging webhook issues.
x >= 0
1 <= x <= 100
Successful Response
Schema for listing webhook logs.
Show child attributes