Skip to main content

Uniphore Customer Portal

Sample Response
{
  "code": 200,
  "message": "SUCCESS",
  "data": {
    "processingStatuses": [
      {
        "sessionId": "e556eb9b-55a3-4738-b208-7eb10d9,cc565",
        "error": "conversation not created"
      },
      {
        "sessionId": "7d6adf21-83f2-427c-81ae-854402bd02e5",
        "overallStatus": "FAILED",
        "stagesStatus": [
          {
            "stage": "VAD",
            "status": "COMPLETED"
          },
          {
            "stage": "TONAL",
            "status": "COMPLETED"
          },
          {
            "stage": "FACTS_RESOLVER",
            "status": "FAILED",
            "errorMessage": "io.grpc.StatusRuntimeException: UNKNOWN: Unexpected <class 'IndexError'>: pop from empty list"
          }
        ]
      },
      {
        "sessionId": "d8a45733-c972-4ec1-ad40-6fb51b831c5f",
        "overallStatus": "COMPLETED",
        "stagesStatus": [
          {
            "stage": "VAD",
            "status": "COMPLETED"
          },
          {
            "stage": "FACTS_RESOLVER",
            "status": "COMPLETED"
          },
          {
            "stage": "TONAL",
            "status": "COMPLETED"
          },
          {
            "stage": "SCORE",
            "status": "COMPLETED"
          }
        ]
      },
      {
        "sessionId": "bde79250-be0d-46a6-8f02-c3672624f087",
        "overallStatus": "IN_PROGRESS",
        "stagesStatus": [
          {
            "stage": "VAD",
            "status": "COMPLETED"
          },
          {
            "stage": "FACTS_RESOLVER",
            "status": "IN_PROGRESS"
          },
          {
            "stage": "TONAL",
            "status": "COMPLETED"
          }
        ]
      }
    ]
  }
}