Skip to main content
POST
Run Discovery Batch

Body

application/json

Run a discovery batch from a HypothesisForm over an explicit backtest window.

form
HypothesisForm · object
required

A structured discovery spec: template + search space + provenance (§5.1).

date_from
string<date>
required
date_to
string<date>
required
initial_capital
number
default:100000
timeframe
enum<string>
default:daily
Available options:
daily,
intraday
dispatch
boolean
default:true
candidate_budget
integer | null
Required range: 1 <= x <= 2048
survivor_budget
integer | null
Required range: 1 <= x <= 256
thresholds
Thresholds · object | null
deployment_aum
number | null
Required range: x > 0
score_set_id
string<uuid> | null
label_definition
LabelDefinitionV1 · object | null

The selected D+1 label and exchange-calendar convention.

universe_definition
UniverseDefinitionV1 · object | null

Frozen membership policy, separate from its materialized membership rows.

prior_trial_id
string<uuid> | null

Response

Successful Response