run_orchestration
Start an asynchronous orchestration run and return an execution ID for monitoring progress via polling or blocking completion.
Instructions
Start an asynchronous orchestration run and return immediately.
Returns an execution_id — use test_orchestration to block until
completion or poll /executions for status updates.
Args:
orchestration_id: The orchestration's UUID.
input_data: Input data passed to the orchestration (e.g. {"query": "…"}).
params: Optional extra execution parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orchestration_id | Yes | ||
| input_data | No | ||
| params | No |