Retrieves a paginated list of issues with only essential fields (id, title, status, source, priority, createdAt, assignedTo). Optimized for list views and performance. Supports sorting by createdAt and priority.
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 by (restricted to createdAt and priority)
createdAt, priority "createdAt"
Order direction.
asc, desc "desc"
Filter by issue status
OPEN, RESOLVED, REJECTED "OPEN"
Filter by issue priority
LOW, MEDIUM, HIGH "HIGH"
Filter by issue source
TEST, TASK, TOPIC, SYSTEM, MONITORING, API "TEST"
Filter by issue type
BUG, HUMAN_ANNOTATION, SUGGESTED_TASK, USER_SIGNAL "BUG"
Filter by assignee user ID
"user_789012"
Filter by associated test ID
"789e4567-e89b-12d3-a456-426614174000"
Filter by associated annotation ID
"890e5678-e89b-12d3-a456-426614174000"
Start date (ISO8601) for filtering issues by creation date
"2025-01-01T00:00:00Z"
End date (ISO8601) for filtering issues by creation date
"2025-01-31T23:59:59Z"