Scenarios Runs
List ScenarioRuns.
List all ScenarioRuns matching filter.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The limit of items to return. Default is 20.
Load the next page of data starting after the item with the given ID.
Filter runs associated to Scenario given ID
Response
200 - application/json
OK
List of ScenarioRuns matching filter.
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.
Was this page helpful?