curl --request GET \
--url https://api.avidoai.com/v0/issues \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"orgId": "org_123456",
"title": "Response quality degradation",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"issues": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"orgId": "org_123456",
"title": "Response quality degradation",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"parentId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"parentId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"skip": 0,
"limit": 25,
"total": 100,
"totalPages": 4
}
}Retrieves a paginated list of issues with optional filtering by date range, status, priority, assignee, and more.
curl --request GET \
--url https://api.avidoai.com/v0/issues \
--header 'x-api-key: <api-key>' \
--header 'x-application-id: <api-key>'{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"orgId": "org_123456",
"title": "Response quality degradation",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"issues": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"orgId": "org_123456",
"title": "Response quality degradation",
"status": "OPEN",
"source": "TEST",
"priority": "HIGH",
"applicationId": "456e7890-e89b-12d3-a456-426614174000",
"createdAt": "2024-01-05T12:34:56.789Z",
"modifiedAt": "2024-01-05T12:34:56.789Z",
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"parentId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"description": "The chatbot is providing incomplete responses to user queries",
"summary": "The chatbot is providing incomplete responses to user queries",
"impact": "The chatbot is providing incomplete responses to user queries",
"comment": "Working as intended",
"assignedTo": "user_789012",
"topicId": "789e4567-e89b-12d3-a456-426614174000",
"taskId": "789e4567-e89b-12d3-a456-426614174000",
"testId": "789e4567-e89b-12d3-a456-426614174000",
"evalDefinitionId": "789e4567-e89b-12d3-a456-426614174000",
"annotationId": "890e5678-e89b-12d3-a456-426614174000",
"traceId": "trace_abc123",
"parentId": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"skip": 0,
"limit": 25,
"total": 100,
"totalPages": 4
}
}Your unique Avido API key
Your unique Avido Application ID
Number of items to skip before starting to collect the result set.
x >= 00
Number of items to include in the result set.
1 <= x <= 10025
Field to order by in the result set.
"createdAt"
Order direction.
asc, desc "desc"
Filter by application ID
"456e7890-e89b-12d3-a456-426614174000"
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 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"
Successfully retrieved issues
Paginated response containing grouped issues
Show child attributes
Unique identifier of the issue
"123e4567-e89b-12d3-a456-426614174000"
Organization ID that owns this issue
"org_123456"
Title of the issue
"Response quality degradation"
Current status of the issue
OPEN, RESOLVED, REJECTED "OPEN"
Where the issue originated from
TEST, TASK, TOPIC, SYSTEM, MONITORING, API "TEST"
Priority level of the issue
LOW, MEDIUM, HIGH "HIGH"
The application this issue belongs to
"456e7890-e89b-12d3-a456-426614174000"
When the issue was created
"2024-01-05T12:34:56.789Z"
When the issue was last modified
"2024-01-05T12:34:56.789Z"
list of sub issues
Show child attributes
Unique identifier of the issue
"123e4567-e89b-12d3-a456-426614174000"
Organization ID that owns this issue
"org_123456"
Title of the issue
"Response quality degradation"
Current status of the issue
OPEN, RESOLVED, REJECTED "OPEN"
Where the issue originated from
TEST, TASK, TOPIC, SYSTEM, MONITORING, API "TEST"
Priority level of the issue
LOW, MEDIUM, HIGH "HIGH"
The application this issue belongs to
"456e7890-e89b-12d3-a456-426614174000"
When the issue was created
"2024-01-05T12:34:56.789Z"
When the issue was last modified
"2024-01-05T12:34:56.789Z"
Detailed description of the issue
"The chatbot is providing incomplete responses to user queries"
Detailed summary of the issue
"The chatbot is providing incomplete responses to user queries"
Detailed impact of the issue
"The chatbot is providing incomplete responses to user queries"
Optional comment explaining resolution or dismissal
"Working as intended"
User ID of the person assigned to this issue
"user_789012"
Associated topic ID if issue came from a topic
"789e4567-e89b-12d3-a456-426614174000"
Associated task ID if issue came from a task
"789e4567-e89b-12d3-a456-426614174000"
Associated test ID if issue came from a test
"789e4567-e89b-12d3-a456-426614174000"
Associated evaluation definition ID if issue came from an evaluation
"789e4567-e89b-12d3-a456-426614174000"
Associated annotation ID if related to an annotation
"890e5678-e89b-12d3-a456-426614174000"
Associated trace ID for monitoring/debugging
"trace_abc123"
Parent issue ID for sub-issues
"123e4567-e89b-12d3-a456-426614174000"
Detailed description of the issue
"The chatbot is providing incomplete responses to user queries"
Detailed summary of the issue
"The chatbot is providing incomplete responses to user queries"
Detailed impact of the issue
"The chatbot is providing incomplete responses to user queries"
Optional comment explaining resolution or dismissal
"Working as intended"
User ID of the person assigned to this issue
"user_789012"
Associated topic ID if issue came from a topic
"789e4567-e89b-12d3-a456-426614174000"
Associated task ID if issue came from a task
"789e4567-e89b-12d3-a456-426614174000"
Associated test ID if issue came from a test
"789e4567-e89b-12d3-a456-426614174000"
Associated evaluation definition ID if issue came from an evaluation
"789e4567-e89b-12d3-a456-426614174000"
Associated annotation ID if related to an annotation
"890e5678-e89b-12d3-a456-426614174000"
Associated trace ID for monitoring/debugging
"trace_abc123"
Parent issue ID for sub-issues
"123e4567-e89b-12d3-a456-426614174000"
Pagination metadata returned in a paginated response.
Show child attributes
Number of items skipped.
x >= 00
Number of items per page.
x >= 125
Total number of items available.
x >= 0100
Total number of pages available.
x >= 04