Skip to main content
POST
Backtest Model (Hindsight Check)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

model_id
string
required

Response

Successful Response

Accepted (or deduped in-flight) backtest job for a model.

job_id
string
required

Public ID of the backtest job (e.g. job_A8K2P9QX).

status
enum<string>
required
Available options:
initializing,
pending,
queued,
running,
succeeded,
failed,
canceled,
rejected,
waiting_for_upload
deduplicated
boolean
default:false

True when an in-flight backtest for this model was returned instead.