Get Eval Task
Retrieves a specific eval task by ID.
GET
https://api.futureagi.com/tracer/eval-task/{id}/ Authentication
Path parameters
id
The eval task ID.
Response
200 OK id
UUID of the eval task.
name
Name of the eval task.
project
UUID of the associated project.
status
Current status:
pending, running, completed, failed, paused, or deleted. sampling_rate
Percentage of spans being evaluated (
1.0–100.0). spans_limit
Max spans to evaluate.
null for continuous tasks. run_type
Execution mode:
continuous or historical. evals
List of custom eval config UUIDs attached to this task.
evals_details
Expanded details for each attached eval config, including
id and name. id
UUID of the eval config.
name
Eval config name.
template
Evaluation template info.
filters
Query filters applied to eligible spans. Empty object means all spans.
failed_spans
Span IDs that failed during evaluation.
start_time
When the eval task began executing.
null if not started. end_time
When the eval task finished.
null for active tasks. last_run
Timestamp of the most recent evaluation cycle.
created_at
When the eval task was created.
updated_at
When the eval task was last modified.
Errors
401
Invalid or missing API credentials.
404
No eval task found with the specified ID.