POST
/
v0
/
issues
curl --request POST \
--url https://api.avidoai.com/v0/issues \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"title": "Response quality degradation",
"summary": "The chatbot is providing incomplete responses",
"source": "TEST",
"priority": "HIGH",
"applicationId": "456e7890-e89b-12d3-a456-426614174000"
}'
{
  "data": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "orgId": "org_123456",
    "title": "Response quality degradation",
    "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",
    "status": "OPEN",
    "source": "TEST",
    "priority": "HIGH",
    "assignedTo": "user_789012",
    "applicationId": "456e7890-e89b-12d3-a456-426614174000",
    "testId": "789e4567-e89b-12d3-a456-426614174000",
    "annotationId": "890e5678-e89b-12d3-a456-426614174000",
    "traceId": "trace_abc123",
    "createdAt": "2024-01-05T12:34:56.789Z",
    "modifiedAt": "2024-01-05T12:34:56.789Z"
  }
}

Authorizations

x-api-key
string
header
required

Your unique Avido API key

Body

application/json

Request body for creating a new issue

Response

Successfully created issue

Successful response containing the issue data