Fetch an instance of a queue identified by the QueueSid
Queues of calls
Fetch an instance of a queue identified by the QueueSid
Path parameters
-
The SID of the Account that created the Queue resource to fetch.
-
The Twilio-provided string that uniquely identifies the Queue resource to fetch
GET /2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json
curl \
-X GET https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/Queues/{Sid}.json \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"average_wait_time": 42,
"current_size": 42,
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"max_size": 42,
"sid": "string",
"uri": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"average_wait_time": 42,
"current_size": 42,
"date_created": "string",
"date_updated": "string",
"friendly_name": "string",
"max_size": 42,
"sid": "string",
"uri": "https://example.com"
}