List Local Eval Sets For Project
GET/api/v1/projects/:project_id/localevalsets
List local eval sets for a project.
Request
Path Parameters
project_id anyrequired
Query Parameters
organization_id any
Cookie Parameters
session any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
eval_set_id uuidrequired
The ID of the eval set.
app_name App Name (string)required
The name of the app.
upload_time date-timerequired
The time of the upload.
[
{
"eval_set_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"app_name": "string",
"upload_time": "2024-07-29T15:51:28.071Z"
}
]
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...