cURL
curl --request GET \ --url https://openapi.genesy.ai/v1/webhooks/{webhookId}/logs \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "eventType": "<string>", "statusCode": 123, "errorMessage": "<string>", "attemptNumber": 123, "durationMs": 123, "createdAt": "2023-12-25" } ], "meta": { "page": 123, "pageSize": 123, "total": 123 } }
Retrieve delivery logs for a webhook.
Required scope: ALL Rate limit: 100 requests per minute
Required scope: ALL
ALL
Rate limit: 100 requests per minute
Webhook ID
Page number
Items per page
Logs retrieved successfully
Show child attributes
Log entry ID
Event type that triggered the webhook
HTTP status code from webhook endpoint
Error message if delivery failed
Delivery attempt number
Request duration in milliseconds
When the delivery attempt occurred