Api Workflow Runs Bulk Create
Bulk dispatch workflow runs from log references. Returns immediately with dispatch counts (async).
Authentication
AuthorizationBearer
JWT access token or Respan API key
Request
This endpoint expects an object.
workflow_id
Workflow ID (or versioned ID ‘workflow_id:version’) to execute.
source_items
List of source items (same contract as annotation-items/bulk).
event_type
is_persistency_enabled
When True, eval results are persisted as EvalResult records.
Response
success_count
error_count
errors
dispatched
Number of runs dispatched (== success_count).
total_requested
Number of source items requested.
workflow_version_id
Resolved workflow version id the runs were dispatched for.