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 own record; scores are served by the results endpoint.

evaluation_id
string
required

Unique identifier of the evaluation.

status
string
required

Evaluation status: PROCESSING, READY or FAILED.

model_id
string | null

Model under evaluation.

benchmark_id
string | null

Benchmark the evaluation runs against.

progress
number | null

Completion progress, 0 to 100.

created_at
string | null

Creation timestamp.

updated_at
string | null

Last update timestamp.