Create Record
Create a new Record in a Run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Run.
"135"
Body
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.
Optional ID for linking this record with an OpenTelemetry trace. Used for deduplication.
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.