Skip to main content
GET
Get Evaluation

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

evaluation_id
string
required

Response

Returns the evaluation's own record: status, progress, models under test and timestamps. Scores are served by the results endpoint.

One evaluation's full record: everything on its status and list rows; scores are served by the results endpoint.

evaluation_id
string
required

Unique identifier of the evaluation.

status
string
required

Evaluation status: QUEUED, PROCESSING, READY or FAILED.

evaluation_name
string | null

Display name of the evaluation.

model_id
string | null

Model under evaluation.

benchmark_id
string | null

Benchmark the evaluation runs against.

progress
number | null

Completion progress, 0 to 100.

questions_completed
integer | null

Number of questions completed

Example:

3

total_questions
integer | null

Total number of questions

Example:

10

avg_time_per_question
number | null

Average time per question in seconds

Example:

15.5

eta_seconds
integer | null

Estimated time remaining in seconds. Not wired up yet, always null.

created_at
string | null

Creation timestamp.

completed_at
string | null

Timestamp when the evaluation completed; null while still running.

updated_at
string | null

Last update timestamp.