Start Strategy Run
start_strategy_runLaunch an approved backtest run with a unique job ID; use returned ID to poll status and retrieve results or logs.
Instructions
Consume a distinct local execution approval and launch a durable job.
Returns a job_id; poll get_run_status until a terminal state, then read
get_run_result on SUCCEEDED or get_run_logs on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_token | Yes | ||
| approval_id | Yes | ||
| run_plan_id | Yes | ||
| idempotency_key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||