Skip to main content
POST
Bulk Execute Flows

Authorizations

x-api-key
string
header
required

Body

application/json

Request for bulk flow execution.

flow_ids
string[]
required

List of flow IDs to execute

trigger_type
enum<string>
required

Trigger type for all executions

Available options:
manual,
event,
scheduled,
api,
webhook,
test
variables
Variables · object

Variables for all executions

priority
enum<string>
default:normal

Priority for all executions

Available options:
low,
normal,
high,
urgent
metadata
Metadata · object

Metadata for all executions

Response

Successful Response

Response for bulk execution operations.

total_requested
integer
required

Total executions requested

successful_queued
integer
required

Successfully queued executions

failed_queued
integer
required

Failed to queue executions

execution_ids
string[]
required

List of created execution IDs

errors
string[]

List of errors encountered