Authorizations
Your unique Avido API key
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
x >= 0
Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100
Example:
25
Field to order by in the result set.
Example:
"createdAt"
Order direction.
Available options:
asc
, desc
Example:
"desc"
Filter by task ID
Example:
"456e4567-e89b-12d3-a456-426614174000"
Filter by trace ID
Example:
"789e4567-e89b-12d3-a456-426614174000"
Filter by evaluation status (e.g. COMPLETED)
Example:
"COMPLETED"
Filter by evaluation type (e.g. NATURALNESS)
Example:
"NATURALNESS"