Optionaloptions: RequestOptions<unknown>List all ScenarioRuns matching filter.
Optionalquery: Scenarios.RunListParamsOptionaloptions: RequestOptions<unknown>List all ScenarioRuns matching filter.
Optionaloptions: RequestOptions<unknown>Cancel a currently running Scenario run. This will shutdown the underlying Devbox resource.
Optionaloptions: RequestOptions<unknown>Complete a currently running ScenarioRun. Calling complete will shutdown underlying Devbox resource.
Optionaloptions: RequestOptions<unknown>Download a zip file containing all logs for a Scenario run from the associated devbox.
Optionaloptions: RequestOptions<unknown>Score a currently running ScenarioRun.
Optionaloptions: RequestOptions<unknown>Wait for a scenario run to finish scoring. Polls the scenario run status until it reaches a terminal state.
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<ScenarioRunView>> }Score a scenario run and wait for it to finish scoring. This is a convenience method that combines score() and awaitScoring().
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<ScenarioRunView>> }Score a scenario run, wait for scoring to complete, and then complete the run. This is a convenience method that combines scoreAndAwait() and complete().
Optionaloptions: RequestOptions<unknown> & { polling?: Partial<PollingOptions<ScenarioRunView>> }
Get a ScenarioRun given ID.