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
Response
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 version this Run is using.