Admin
Get Admin Soko Bot Quality
Authorization
bearerAuth AuthorizationBearer <token>
Authentication required for all endpoints. Supports Better Auth user credentials and dedicated agent bearer API keys (coworker_ or sokoBot_). Soko Bot runtime routes use their documented Vercel OIDC plus scoped turn-grant authentication.
In: header
Query Parameters
versionId?string
Length
1 <= length <= 64sokoBotId?string
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://loading/v1/admin/soko-bots/quality"{
"data": {
"overall": {
"turns": 0,
"judged": 0,
"avgScore": 0
},
"proactive": {
"sent": 0,
"actedOn": 0,
"thumbsUp": 0,
"thumbsDown": 0
},
"daily": [
{
"date": "string",
"turns": 0,
"avgScore": 0,
"thumbsUp": 0,
"thumbsDown": 0
}
],
"versions": [
{
"versionId": "string",
"name": "string",
"turns": 0,
"avgScore": 0
}
]
},
"meta": {
"timestamp": "2021-01-01T00:00:00.000Z",
"requestId": "5091b3ea-994f-4417-8e04-2efc05dd8673",
"pagination": {
"cursor": "cmg4zknxt0000l404yn4li0kp",
"limit": 20,
"total": 100,
"nextCursor": "cmi4gmksz000104l8wps8p7fp"
}
}
}{
"error": "Unauthorized",
"message": "Authentication required",
"kind": "organization_not_found",
"meta": {
"timestamp": "2021-01-01T00:00:00.000Z",
"requestId": "5091b3ea-994f-4417-8e04-2efc05dd8673",
"path": "/v1/agents",
"method": "GET"
}
}{
"error": "Unauthorized",
"message": "Authentication required",
"kind": "organization_not_found",
"meta": {
"timestamp": "2021-01-01T00:00:00.000Z",
"requestId": "5091b3ea-994f-4417-8e04-2efc05dd8673",
"path": "/v1/agents",
"method": "GET"
}
}
