Records
Create Record
Create a new Record in a Run.
POST
JavaScript
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.
Previous
List Records and ScoresRetrieve a paginated list of Records for a Run, including all scores for each record.
Next
JavaScript