Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Run to retrieve.
Example:
"135"
Response
Successfully retrieved Run.
A Run in the Scorecard system.
The ID of the Run.
The ID of the Testset this Run is testing.
The ID of the system this Run is using.
The ID of the system version this Run is using.
The IDs of the metrics this Run is using.
The IDs of the metric versions this Run is using.
The number of records in the Run.
The number of expected records in the Run. Determined by the number of testcases in the Run's Testset at the time of Run creation.
The number of completed scores in the Run so far.
The status of the Run.
Available options:
pending
, awaiting_execution
, running_execution
, awaiting_scoring
, running_scoring
, awaiting_human_scoring
, completed