Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
x >= 0Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order by in the result set.
Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by application slug
Example:
"my-application"
Filter by task ID
Example:
"456e4567-e89b-12d3-a456-426614174000"
Filter eval runs after this date (inclusive).
Example:
"2024-01-01T00:00:00.000Z"
Filter eval runs before this date (inclusive).
Example:
"2024-12-31T23:59:59.999Z"