Get evaluations
Get evaluations
Query Parameters
The ID of the result to get evaluations for
- 200
- 400
- 404
- 500
Evaluations retrieved successfully
Schema
- Array [
- ]
data object[]
The ID of the evaluation
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Indicates if the evaluation is pending
Indicates if the evaluation is filtered
debug object nullable
Debug information for the evaluation
Debug information for the evaluation
The ID of the evaluator
The ID of the run
The ID of the comparison run, if applicable
The name of the evaluation
The label of the evaluation
The value of the evaluation
The email of the user who manually created the evaluation, if applicable
Additional notes for the evaluation
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "isPending": true, "isFiltered": true, "debug": {}, "evaluatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "runId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "comparisonRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "string", "evalLabel": "string", "evalValue": 0, "manualCreatedByEmail": "string", "note": "string" } ] }
Schema
- Array [
- ]
data object[]
The ID of the evaluation
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
Indicates if the evaluation is pending
Indicates if the evaluation is filtered
debug object nullable
Debug information for the evaluation
Debug information for the evaluation
The ID of the evaluator
The ID of the run
The ID of the comparison run, if applicable
The name of the evaluation
The label of the evaluation
The value of the evaluation
The email of the user who manually created the evaluation, if applicable
Additional notes for the evaluation
{ "data": [ { "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "createdAt": 0, "updatedAt": 0, "isPending": true, "isFiltered": true, "debug": {}, "evaluatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "runId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "comparisonRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "name": "string", "evalLabel": "string", "evalValue": 0, "manualCreatedByEmail": "string", "note": "string" } ] }
Bad request
Result not found
Server error