Get information about agent availability and expected waiting times for customer service
curl --request GET \ --url https://demo.enneo.ai/api/mind/agents/queue
200
noAgentsAvailable
{ "agentQueue": -1, "liveConversationPossible": { "chat": false }, "expectedWaitingTime": { "chat": -1 }, "success": true}
Cookie-based authentication
Successful operation
The response is of type object.
object