List tasks
List tasks the user has access to, with cursor-based pagination.
Filter by space, space name, task name, project, dataset, or task type using query parameters.
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Query Parameters
Filter search results to a particular space ID A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Case-insensitive substring filter on the space name. Narrows results to resources in spaces whose name contains the given string. If omitted, no space name filtering is applied and all resources are returned.
255Case-insensitive substring filter on the resource name. Returns only
resources whose name contains the given string. For example,
name=prod matches "production", "my-prod-dataset", etc. If omitted,
no name filtering is applied and all resources are returned.
255Filter to tasks for a specific project (base64 identifier (base64)) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Filter to a specific dataset (base64 identifier (base64)) A universally unique identifier (base64-encoded opaque string).
"RW50aXR5OjEyMzQ1"
Filter by task type: template_evaluation, code_evaluation, or run_experiment The task type.
- template_evaluation - An LLM template-based evaluation task.
- code_evaluation - A code-based evaluation task.
- run_experiment - A task that runs experiments.
template_evaluation, code_evaluation, run_experiment Maximum items to return
1 <= x <= 100Opaque pagination cursor returned from a previous response
(pagination.next_cursor). Treat it as an unreadable token; do not
attempt to parse or construct it.