cURL
curl --request GET \ --url https://openapi.enginy.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-11-07T05:31:56Z" } ], "meta": { "page": 123, "pageSize": 123, "total": 123 } }
Retrieve delivery logs for a webhook.
Required scope: WEBHOOKS_READ Rate limit: 100 requests per minute
Required scope: WEBHOOKS_READ
WEBHOOKS_READ
Rate limit: 100 requests per minute
Webhook ID
Page number
Items per page
Logs retrieved successfully
Show child attributes