Get the result of a backtest execution job
Retrieves the current state and results of the execute job identified by jobId.
Poll until state.status is Completed, Failed, or Aborted.
A 202 means the result is not readable yet — keep polling. It is never a terminal
outcome, and it carries no state, so a poll loop that stops on a terminal status will
not stop on it.
Get the result of a backtest execution job Retrieves the current state and results of the execute job identified by
jobId. Poll untilstate.statusisCompleted,Failed, orAborted.A
202means the result is not readable yet — keep polling. It is never a terminal outcome, and it carries nostate, so a poll loop that stops on a terminal status will not stop on it.