Prepare Strategy Run
prepare_strategy_runFreeze backtest inputs into a signed run plan that requires local approval. Specify dataset, draft, and optional parameter grid to generate a command for authorized execution.
Instructions
Freeze exact run inputs and return a signed plan requiring local approval.
The response includes the printed local approval command. A separate
execution approval is mandatory before start_strategy_run. For
run_profile_id=parameter_sweep, param_grid maps StrategySpec parameter
names to value lists (at most 64 combinations); one approval covers
the whole grid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| draft_id | Yes | ||
| dataset_id | Yes | ||
| param_grid | No | ||
| runtime_id | No | default | |
| run_profile_id | No | fixed_tests | |
| idempotency_key | No | ||
| timeout_seconds | No | ||
| validation_token | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||