Evaluations
List Evaluations
List all evaluation runs for a prompt. Paginated.
GET
List evaluations
Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Workspace API key. Pass as Authorization: Bearer <key>.
Path Parameters
Unique identifier for an entity, between 20 and 80 characters.
Required string length:
20 - 80Query Parameters
The current status of an evaluation run.
Available options:
queued, running, completed, failed, cancelled, cancelling Unique identifier for an entity, between 20 and 80 characters.
Required string length:
20 - 80Unique identifier for an entity, between 20 and 80 characters.
Required string length:
20 - 80Sort order for list endpoints.
Available options:
createdAt:asc, createdAt:desc Required range:
x >= 0Required range:
x >= 0Required range:
x <= 200Minimum string length:
1Previous
Create EvaluationCreates and queues an evaluation run. If `evaluatorId` is provided, runs that single evaluator. Otherwise, runs all active evaluators configured for the prompt. Returns 202 since execution is asynchronous.
Next
List evaluations