curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/flows/{flow_id}/run/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"AnyValue": {}
}'{
"instance_id": "<string>"
}Asynchronously run the latest “published” version of a flow with a given flow id.
curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/flows/{flow_id}/run/async \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"AnyValue": {}
}'{
"instance_id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The watsonx Orchestrate message thread id.
The flow execution instance id. Only use this if you want to resume a previous flow execution.
The callback url for sending the flow output
The flow id
The output defined by the flow model
The flow execution request accepted.
The flow instance id