Skip to main content
Get Evaluation Details

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required
evaluation_id
string<uuid>
required

Response

Successful Response

executed_date
string
required

Date evaluated

evaluation_status
enum<string> | null
required

Evaluation status

Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
CANCELLED,
FAILED
number_of_test_cases
integer
required

Number of test cases

executed_by
string
required

Run by user

id
string | null

Evaluation ID

aggregate_metrices
EvaluationMetrics · object | null

Aggregated metrics

agent_name
string | null

Name of the agent

agent_description
string | null

Description of the agent

agent_environment
EnvironmentSchema · object[] | null

List of environments associated with the agent