Skip to main content
Asynchronously run the latest flow version

Authorizations

Authorization
string
header
required

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

Headers

x-ibm-wxo-thread-id
string

The watsonx Orchestrate message thread id.

x-ibm-flow-instance-id
string

The flow execution instance id. Only use this if you want to resume a previous flow execution.

callbackUrl
string

The callback url for sending the flow output

Path Parameters

flow_id
string
required

The flow id

Body

application/json
AnyValue
object

The output defined by the flow model

Callbacks

POST
{$request.header.callbackUrl}postResponse

Body

application/json
error
object
data
any

Response

The flow output is received correctly

Response

The flow execution request accepted.

instance_id
string
required

The flow instance id