Sift · Arazzo Workflow
Sift Workflow Run Evaluation
Version 1.0.0
Trigger a synchronous workflow evaluation, list the user's runs, and inspect one.
View Spec
View on GitHub
Fraud PreventionTrust And SafetyRisk ScoringIdentity VerificationChargebacksAccount TakeoverContent AbuseArazzoWorkflows
Provider
Workflows
workflow-run-evaluation
Submit an event for workflow evaluation, list user runs, and fetch one run.
Records an event with synchronous workflow status, lists the workflow runs that evaluated against the user, and retrieves a single run by id.
1
sendForWorkflow
sendEvent
Submit an event with return_workflow_status=true so Sift evaluates its configured workflows synchronously for the user.
2
listUserRuns
listUserWorkflowRuns
List the workflow runs that have evaluated against the user to enumerate recent evaluations.
3
getRun
getWorkflowRun
Retrieve a single workflow run by id to read its state, entity, abuse types, and history.
Source API Descriptions
openapi