v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Webhook Execution Operations

Get a webhook execution

Gets a webhook execution.

get/executions/{webhook_execution_id}

Path parameters

webhook_execution_idstring required

identifier of the webhook execution

Response

OK

idstring

identifier of the webhook execution

payloadOperationIdstring

identifier of the webhook call

webhookConfigurationIdstring

identifier of the webhook configuration

timestring date-time

date of the webhook call

status'SUCCESS' | 'FAILURE'

status of the webhook call

  • SUCCESS - webhook call is successful
  • FAILURE - webhook call is failed
errorstring

error details of the failed webhook call

requestDetailstring

payload and connection details of the webhook call request

responseDetailstring

payload and connection details of the webhook call response