Actions
Search & list events
Search & list a workflow execution event history.
get/merchant/workflows/{workflowCode}/executions/{executionId}/history
Path parameters
workflowCodestring required
Machine-friendly code of Workflow.
Path parameter to specify the workflow code.
executionIdstring uuid required
Identifier of the resource in Payrails.
Query parameters
filter[event]'executionCreated' | 'executionActionRequested' | 'executionActionCompleted' | 'ruleEngineExecuted' | 'networkOffersEnrollmentCompleted' | 'executionActionScheduled' | 'executionActionUnscheduled' | 'executionActionUpdated' | 'executionActionPending' | 'executionActionStepScheduled' | 'executionActionStepUnscheduled' | 'executionActionStepRequested' | 'executionActionStepStarted' | 'executionActionStepPaused' | 'executionActionStepResumed' | 'executionActionStepCompleted' | 'executionActionStepUpdated' | 'executionTriggerStepCalled' | 'executionConditionStepEvaluated'
Name of the event.
Filter for the type of event.
filter[action]'lookup' | 'startPaymentSession' | 'authorize' | 'capture' | 'confirm' | 'cancel' | 'refund'
Type of action.
Filter for the type of action.
filter[actionId]string uuid
Filter for the unique action execution identifier originally returned in the synchronous action response.
filter[notificationStatus]'delivered' | 'deliveryFailed' | 'pending'
Value of Notification event status enumeration.
Filter for the status of the associated notification event.
filter[errorCode]string
Filter for the type of error code produced for execution event.
Response
OK.