Evaluations
REST — Evaluations endpoints.
Last updated
Was this helpful?
REST — Evaluations endpoints.
POST
/api/v1/evaluations
Create
GET
/api/v1/evaluations/{id}
Get
GET
/api/v1/evaluations
List
GET
/api/v1/evaluations/{id}/rows
Per-row results
POST
/api/v1/evaluations/{id}/cancel
Cancel running
{
"model_id": "...",
"benchmark_id": "...",
"scorers": [...],
"judges": [...]
}queued, running, completed, failed, cancelled.
POST /api/v1/evaluations accepts an Idempotency-Key header. Repeat requests with the same key within 24 hours return the original result rather than creating a duplicate evaluation.
Use a UUID per logical request (e.g., one per CI run). Keys are scoped per-org and per-endpoint.
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/evaluations
X-API-Key: ll_...
Idempotency-Key: 8c3f2a1d-4f8a-4e2b-9c1e-7e5d6f8a9b0c