Get Custom Eval Config
Retrieves a specific custom eval config by ID.
GET
https://api.futureagi.com/tracer/custom-eval-config/{id}/ Authentication
Path parameters
id
The custom eval config ID.
Response
200 OK 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
401
Invalid or missing API credentials.
404
No config found with the specified ID.