Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Run.
Example:
"135"
Body
application/json
Response
Record created successfully
A record of a system execution in the Scorecard system.
The ID of the Record.
The ID of the Run containing this Record.
The actual inputs sent to the system, which should match the system's input schema.
The expected outputs for the Testcase.
The actual outputs from the system.
The ID of the Testcase.