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

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

project_id string Optional

Filter by project UUID. Also accepts projectId.

name string Optional

Case-insensitive partial match on task name.

page_number integer Optional

Zero-based page number. Defaults to 0.

page_size integer Optional

Results per page. Defaults to 30.

Response

200 OK
metadata object
Pagination metadata including total_rows.
table array
Array of eval task objects for the current page.
id string
UUID of the eval task.
name string
Task name.
status string
Current execution status.
filters_applied object
Query filters applied.
created_at datetime
ISO 8601 creation timestamp.
evals_applied integer
Number of eval configs attached.
sampling_rate number
Percentage of spans evaluated.
last_run datetime
Most recent evaluation cycle.
config object
Table column configuration metadata.

Errors

401 Unauthorized Optional

Invalid or missing API credentials.

500 Internal Server Error Optional

Unexpected server error.

GET /
Authentication
REQUEST
 
RESPONSE