Retrieves a paginated list of evaluation definitions for an application.
Documentation Index
Fetch the complete documentation index at: https://docs.avidoai.com/llms.txt
Use this file to discover all available pages before exploring further.
Your unique Avido API key
Your unique Avido Application ID
Number of items to skip before starting to collect the result set.
0 <= x <= 90071992547409910
Number of items to include in the result set.
1 <= x <= 10025
Field to order the result set by.
createdAt, modifiedAt, name, type, id "createdAt"
Order direction.
asc, desc "desc"
Filter by task ID
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"456e4567-e89b-12d3-a456-426614174000"
Filter by trace ID
"789e4567-e89b-12d3-a456-426614174000"
Filter by quickstart ID (for quickstart-scoped evals)
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"123e4567-e89b-12d3-a456-426614174000"
Filter by eval definition status (DRAFT or ACTIVE). Defaults to ACTIVE when not provided.
DRAFT, ACTIVE "DRAFT"
Filter by evaluation status (e.g. COMPLETED)
PENDING, IN_PROGRESS, COMPLETED, FAILED, SKIPPED "COMPLETED"
Filter by evaluation type (e.g. NATURALNESS)
"NATURALNESS"
Filter by eval definition scope (topic-scoped or application-wide). Ignored if 'topicId' is specified.
topic, application "topic"
Filter by specific topic ID. When provided, 'scopeType' parameter is ignored as this inherently filters topic-scoped evals.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"456e4567-e89b-12d3-a456-426614174000"