List Evaluation Runs
List Evaluation Runs
POSThttps://lastmileai.dev/api/2/auto_eval/evaluation/list_runs
List evaluation runs with optional filters
Request
- application/json
Body
filters
object
pageIndex integer
pageSize integer
Responses
- 200
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
evaluationRuns
object[]
required
totalCount integerrequired
Total count of evaluation runs which can be listed with applicable filters, regardless of page size
{
"evaluationRuns": [
{
"id": "string",
"name": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"creatorId": "string",
"projectId": "string",
"resultDatasetId": "string",
"sourceDatasetId": "string",
"experimentId": "string",
"experimentName": "string",
"metadata": {
"fields": {}
},
"aggregateMetrics": [
{
"metric": {
"id": "string",
"name": "string",
"description": "string",
"deploymentStatus": "MODEL_DEPLOYMENT_STATUS_UNSPECIFIED"
},
"aggregateMethod": "METRIC_AGGREGATE_METHOD_UNSPECIFIED",
"score": 0
}
],
"runType": "EVALUATION_RUN_TYPE_UNSPECIFIED",
"numRows": 0
}
],
"totalCount": 0
}
Authorization: http
name: BearerAuthtype: httpscheme: bearerbearerFormat: JWT
- curl
- python
- javascript
- CURL
ResponseClear