Retrieve a call queue
gethttps://api.telnyx.com/v2/queues/{queue_name}Retrieve an existing call queue
curl -X GET \
--header "Content-Type: application/json" \
--header "Accept: application/json" \
--header "Authorization: Bearer YOUR_API_KEY" \
--globoff "https://api.telnyx.com/v2/queues/{queue_name}"
Parameters
In Path
queue_name
string
required
Uniquely identifies the queue by name
Responses
200
Successful response with details about a queue.
404
Conference does not exist
Success Response
{
"data": {
"average_wait_time_secs": 175,
"created_at": "2019-01-23T18:10:02.574Z",
"current_size": 20,
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"max_size": 50,
"name": "support",
"record_type": "queue",
"updated_at": "2019-01-23T18:10:02.574Z"
}
}
Previous:
Conference CommandsNext:
TeXML ApplicationsWas this page helpful?