Skip to main content
POST
Finalize 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

Body

application/json

Request to finalize an evaluation (optional, can include final metrics)

metrics
Metrics · object | null

Final metrics to attach to the evaluation

Response

Successful Response

Response after finalizing an evaluation

evaluation_id
string
required
status
enum<string>
required

Evaluation status enum

Available options:
PENDING,
RUNNING,
PROCESSING,
COMPLETED,
FAILED,
TIMEOUT,
CANCELLED
message
string | null
total_samples
integer | null
avg_score
number | null
min_score
number | null
max_score
number | null
viewer_url
string | null