List Custom Eval Configs
Lists custom eval configs, optionally filtered by project or eval task.
GET
https://api.futureagi.com/tracer/custom-eval-config/list_custom_eval_configs/ Authentication
Query parameters
project_id
Filter by project UUID. Also accepts projectId.
task_id
Filter by eval task UUID. Also accepts taskId.
filters
JSON-encoded dictionary of additional filter criteria. Must be a valid JSON object.
Response
200 OKReturns an array of custom eval config objects.
id
UUID of the custom eval config.
eval_template
UUID of the associated eval template.
name
Name of the config.
config
Template configuration overrides.
mapping
Trace span field-to-template input mapping.
project
UUID of the associated project.
filters
Filter criteria restricting evaluated spans.
error_localizer
Whether error localization is enabled.
kb_id
UUID of the referenced knowledge base file, if any.
model
Evaluation model, or
null for system default. eval_group
Eval group this config belongs to, if any.
Errors
400
Invalid filters value; must be a valid JSON object.
401
Invalid or missing API credentials.
500
Unexpected server error.