GetSQState
Gets the current state of the specified SmartQueue.
Example request: Get the current state of the SmartQueue with id = 1.
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
The application ID to search by
application_name
The application name to search by. Can be used instead of the application_id parameter
sq_queue_id
The SmartQueue ID list separated by semicolons (;). Use the ‘all’ value to select all SmartQueues
sq_queue_name
The SmartQueue name list separated by semicolons (;). Can be used instead of sq_queue_id
timezone
The selected timezone or the ‘auto’ value (the account location)
Response
Successful response
result