Create Eval Task
Creates a new eval task for a project.
https://api.futureagi.com/tracer/eval-task/ Authentication
Request body
UUID of the project to associate this eval task with.
Name for the eval task. Must be 1–255 characters.
List of custom eval config UUIDs to run on each span. Each must reference a valid, non-deleted config.
Percentage of eligible spans to evaluate, between 1.0 and 100.0.
Execution mode: "continuous" (evaluates new spans indefinitely) or "historical" (evaluates existing spans up to spans_limit).
Maximum number of spans to evaluate. Required when run_type is "historical", ignored for "continuous". Accepts 1–1000000.
Query filters to narrow eligible spans. When omitted, all project spans are eligible.
Response
200 OKErrors
Missing required fields or invalid values.
Invalid or missing API credentials.
Unexpected server error.