SQ_GetQueues
SQ_GetQueues
Gets the queue(s).
Example request: Get all the queues.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
application_id
Application ID to search by
application_name
Application name to search by. Can be used instead of application_id
sq_queue_id
List of SmartQueue IDs separated by semicolons (;)
sq_queue_name
List of SmartQueue names separated by semicolons (;). Can be used instead of sq_queue_id
sq_queue_name_template
Substring of the SmartQueue name to filter
user_id
ID of the user that is bound to the queue
user_name
Name of the user that is bound to the queue. Can be used instead of user_id
excluded_user_id
ID of the user that is not bound to the queue
excluded_user_name
Name of the user that is not bound to the queue. Can be used instead of excluded_user_id
count
Number of items to show in the output
offset
Number of items to skip in the output
with_agentcount
Whether to include the number of agents bound to the queue
Response
Successful response
result
The found queue(s)
total_count
count