Evaluators

Get Evaluator Configs

Endpoint to fetch evaluator configurations for a specific app.

Args: app_id (str): The ID of the app.

Returns: List[EvaluatorConfigDB]: A list of evaluator configuration objects.

get/evaluators/configs

Query parameters

app_idstring required

Response

Successful Response

idstring required
namestring required
project_idstring required
evaluator_keystring required
settings_valuesobject nullable
created_atstring required
updated_atstring required

Changes