List Eval Tasks
Returns a paginated list of eval tasks with optional filters.
GET
https://api.futureagi.com/tracer/eval-task/list_eval_tasks/ Authentication
Query parameters
project_id
Filter by project UUID. Also accepts projectId.
name
Case-insensitive partial match on task name.
page_number
Zero-based page number. Defaults to 0.
page_size
Results per page. Defaults to 30.
Response
200 OK metadata
Pagination metadata including
total_rows. table
Array of eval task objects for the current page.
id
UUID of the eval task.
name
Task name.
status
Current execution status.
filters_applied
Query filters applied.
created_at
ISO 8601 creation timestamp.
evals_applied
Number of eval configs attached.
sampling_rate
Percentage of spans evaluated.
last_run
Most recent evaluation cycle.
config
Table column configuration metadata.
Errors
401
Invalid or missing API credentials.
500
Unexpected server error.