Skip to main content
GET
Python
Returns a summary list of evaluations. Use Get evaluation to retrieve full details including distribution analysis and sample classifications.

Authorizations

Authorization
string
header
required

API Key authentication. Format: "Bearer YOUR_API_KEY"

Path Parameters

run_id
string<uuid>
required

Unique identifier of the run to evaluate

Response

List of evaluations for the run

id
string<uuid>

Unique identifier for the evaluation

run_id
string<uuid>

ID of the run being evaluated

status
enum<string>

Current status of the evaluation

Available options:
PENDING,
PROCESSING,
SUCCEEDED,
FAILED
completed_at
string<date-time> | null

When evaluation completed

created_by_email
string

Email of the user who created the evaluation

created_at
string<date-time>

When the evaluation was created