Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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
JWT session token authentication. Use for user-context requests. The token is returned by the login endpoint and expires after 15 minutes.
Queue status retrieved successfully
Show child attributes