Start a new ScenarioRun.
Start a new ScenarioRun based on the provided Scenario.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
ID of the Scenario to run.
Display name of the run.
Benchmark to associate the run.
User defined metadata to attach to the run for organization.
Response
A ScenarioRunView represents a single run of a Scenario on a Devbox. When completed, the ScenarioRun will contain the final score and output of the run.
ID of the ScenarioRun.
ID of the Scenario that has been run.
ID of the Devbox on which the Scenario is running.
The state of the ScenarioRun.
running
, scoring
, scored
, completed
, canceled
, timeout
, failed
User defined metadata to attach to the scenario run for organization.
Optional name of ScenarioRun.
ID of the BenchmarkRun that this Scenario is associated with, if any.
The scoring result of the ScenarioRun.
The time that the scenario started
Duration scenario took to run.
Was this page helpful?