Skip to main content
POST
/
api
/
v1
/
workflows
/
batch_run
Error
A valid request URL is required to generate request examples
{
  "executions": [
    {
      "created_at": "<string>",
      "execution_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string
required

Project ID

Body

application/json

Request to submit multiple workflows in batch

workflows
object[]
required

List of workflows to submit

deployment_id
string | null

Deployment ID (optional)

otel_traceparent
string | null

OpenTelemetry trace parent (deprecated)

parent_execution_id
string | null

Parent execution ID (deprecated)

root_execution_id
string | null

Root execution ID (deprecated)

session_id
string | null

Session ID

step_key
string | null

Step key identifier (deprecated)

user_id
string | null

User ID

wait_for_subworkflow
boolean | null

Whether to wait for subworkflow completion (deprecated)

Response

Workflows submitted successfully

Response for batch workflow submission

executions
object[]
required

List of created executions