For the complete documentation index, see llms.txt. This page is also available as Markdown.

6.7.1

In this Version, we have added queueDuration in the service endpoints to find out how long an HTTP request remains in the queue waiting to be resolved. Additionally, we have fixed minor issues in license management.

Added

  • queueDuration in the service endpoints to find out how long an HTTP request remains in the queue waiting to be resolved.

{
    "authStatus": "Positive",
    "queueDuration": 35,
    "sdkDuration": 694,
    "similarity": 1.0,
    "trackingMessage": "",
    "trackingStatus": -1,
    "validTimeStamp": true
}

Corrected

  • Minor issues in license management.

Last updated