cURL
curl --request GET \ --url https://api.g-tateth.com/api/telephony/queue/status \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "waitingCalls": 123, "availableAgents": 123, "averageWaitTime": 123 } }
Get current call queue status and wait times
Documentation IndexFetch the complete documentation index at: https://docs.g-tateth.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token authentication (for user sessions)
Queue status retrieved successfully
Show child attributes