Skip to main content
GET
Get Evaluation Criteria

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required
criteria_id
string
required

Response

200 - application/json

EvaluationCriteriaInfo(id: uuid.UUID, name: str, type: str, target_type: shared.common.TargetType, target_id: uuid.UUID, latest_version_id: Optional[uuid.UUID], is_enabled: bool, llm_eval_enabled: bool)

id
string<uuid>
required
name
string
required
type
string
required
target_type
enum<string>
required
Available options:
prompt,
agent
target_id
string<uuid>
required
latest_version_id
string<uuid> | null
required
is_enabled
boolean
required
llm_eval_enabled
boolean
required