Sift · Arazzo Workflow

Sift Workflow Run Evaluation

Version 1.0.0

Trigger a synchronous workflow evaluation, list the user's runs, and inspect one.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Fraud PreventionTrust and SafetyRisk ScoringIdentity VerificationChargebacksAccount TakeoverContent AbuseArazzoWorkflows

Provider

sift-com

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.
3 steps inputs: accountId, apiKey, eventType, runId, sessionId, userId outputs: runState, workflowStatuses
1
sendForWorkflow
Submit an event with return_workflow_status=true so Sift evaluates its configured workflows synchronously for the user.
2
listUserRuns
List the workflow runs that have evaluated against the user to enumerate recent evaluations.
3
getRun
Retrieve a single workflow run by id to read its state, entity, abuse types, and history.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Sift Workflow Run Evaluation
  summary: Trigger a synchronous workflow evaluation, list the user's runs, and inspect one.
  description: >-
    Inspect how Sift Workflows decided on a user. An event is submitted with
    return_workflow_status=true to trigger a synchronous workflow evaluation, the
    workflow runs that have evaluated against the user are listed, and a single
    run is retrieved in full to read its state, entity, and history. Every request
    is inlined so the evaluation can be traced without the source OpenAPI
    descriptions.
  version: 1.0.0
sourceDescriptions:
- name: eventsApi
  url: ../openapi/sift-com-events-api-openapi.yml
  type: openapi
- name: workflowsApi
  url: ../openapi/sift-com-workflows-api-openapi.yml
  type: openapi
workflows:
- workflowId: workflow-run-evaluation
  summary: Submit an event for workflow evaluation, list user runs, and fetch one run.
  description: >-
    Records an event with synchronous workflow status, lists the workflow runs
    that evaluated against the user, and retrieves a single run by id.
  inputs:
    type: object
    required:
    - apiKey
    - accountId
    - userId
    - runId
    properties:
      apiKey:
        type: string
        description: Sift account API key sent in the event body as $api_key.
      accountId:
        type: string
        description: The Sift account identifier.
      userId:
        type: string
        description: The user the workflows evaluate against ($user_id).
      sessionId:
        type: string
        description: Optional session identifier for the event.
      eventType:
        type: string
        description: Reserved Sift event type to submit (for example $create_order or $login).
        default: $create_order
      runId:
        type: string
        description: The workflow run id to retrieve in full.
  steps:
  - stepId: sendForWorkflow
    description: >-
      Submit an event with return_workflow_status=true so Sift evaluates its
      configured workflows synchronously for the user.
    operationId: sendEvent
    parameters:
    - name: return_workflow_status
      in: query
      value: true
    requestBody:
      contentType: application/json
      payload:
        $type: $inputs.eventType
        $api_key: $inputs.apiKey
        $user_id: $inputs.userId
        $session_id: $inputs.sessionId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      eventStatus: $response.body#/status
      workflowStatuses: $response.body#/workflow_statuses
  - stepId: listUserRuns
    description: >-
      List the workflow runs that have evaluated against the user to enumerate
      recent evaluations.
    operationId: listUserWorkflowRuns
    parameters:
    - name: account_id
      in: path
      value: $inputs.accountId
    - name: user_id
      in: path
      value: $inputs.userId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      runs: $response.body#/data
  - stepId: getRun
    description: >-
      Retrieve a single workflow run by id to read its state, entity, abuse
      types, and history.
    operationId: getWorkflowRun
    parameters:
    - name: account_id
      in: path
      value: $inputs.accountId
    - name: run_id
      in: path
      value: $inputs.runId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      runState: $response.body#/state
      runHistory: $response.body#/history
  outputs:
    workflowStatuses: $steps.sendForWorkflow.outputs.workflowStatuses
    runState: $steps.getRun.outputs.runState

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/sift-com-workflow-run-evaluation-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.