Runs
Create Run
Create a new Run.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Project.
Example:
"314"
Body
application/json
The ID of the Testset this Run is testing.
The IDs of the metrics this Run is using.
The ID of the system configuration this Run is using.
Response
201
application/json
Run created successfully
A Run in the Scorecard system.
The ID of the Run.
The ID of the Testset this Run is testing.
The IDs of the metrics this Run is using.
The status of the Run.
Available options:
pending
, awaiting_execution
, running_execution
, awaiting_scoring
, running_scoring
, awaiting_human_scoring
, completed
The ID of the system configuration this Run is using.