curl --request GET \
--url https://api.avidoai.com/v0/issues/{id} \
--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",
"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"
}
}Retrieves detailed information about a specific issue.
curl --request GET \
--url https://api.avidoai.com/v0/issues/{id} \
--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",
"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"
}
}Your unique Avido API key
Your unique Avido Application ID
The unique identifier of the issue
"123e4567-e89b-12d3-a456-426614174000"
Successfully retrieved issue
Successful response containing the issue data
An issue tracking problems or improvements in the AI application
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"