Get Backtest Job
Backtest
Get Backtest Job
Fetch the state (and result, if completed) of a backtest job.
Authorisation: callers can only read jobs they submitted. We compare the API key id stored on the job record against the authenticated key — a different user with the same job_id (even if guessed) gets a 404 rather than 403 so we don’t leak existence.
GET
Get Backtest Job
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.