Logo
Fireblocks API Documentation

Get workflow execution details

GET {{baseUrl}}/payments/workflow_execution/:workflowExecutionId

Retrieve details of a previously initiated workflow execution by specifying the workflowExecutionId

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "executionId": "<string>", "status": "PREVIEW_FAILED", "executionOperations": [ { "operationId": "<string>", "status": "PREVIEW_IN_PROGRESS", "operationType": "SCREENING", "validationFailure": { "reason": "SCREENING_DISABLED_IN_TENANT", "data": { "Lorem_f": {}, "Duis_2": {} } }, "execution": { "startedAt": "<number>", "output": { "verdicts": [ { "executionOperationId": "<string>", "account": { "accountId": "<string>", "accountType": "NETWORK_CONNECTION" }, "verdict": "PASSED_WITH_ALERT", "assetId": "<string>", "amount": "<string>", "matchedRule": { "action": "<string>", "category": [ "<string>", "<string>" ] } }, { "executionOperationId": "<string>", "account": { "accountId": "<string>", "accountType": "EXCHANGE_ACCOUNT" }, "verdict": "REJECTED", "assetId": "<string>", "amount": "<string>", "matchedRule": { "action": "<string>", "category": [ "<string>", "<string>" ] } } ] }, "finishedAt": "<number>", "failure": { "reason": "SCREENING_REJECTED", "data": { "verdicts": [ { "executionOperationId": "<string>", "account": { "accountId": "<string>", "accountType": "EXCHANGE_ACCOUNT" }, "verdict": "REJECTED", "assetId": "<string>", "amount": "<string>", "matchedRule": { "action": "<string>", "category": [ "<string>", "<string>" ] } }, { "executionOperationId": "<string>", "account": { "accountId": "<string>", "accountType": "VAULT_ACCOUNT" }, "verdict": "BYPASSED", "assetId": "<string>", "amount": "<string>", "matchedRule": { "action": "<string>", "category": [ "<string>", "<string>" ] } } ] } } } }, { "operationId": "<string>", "status": "EXECUTION_COMPLETED", "operationType": "SCREENING", "validationFailure": { "reason": "SCREENING_DISABLED_IN_TENANT", "data&qu
Curl
curl -X GET 'https://api.fireblocks.io/v1/payments/workflow_execution/:workflowExecutionId' -H 'Accept: application/json'

ENDPOINTS