GetSQState

View as Markdown

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_idintegerRequired
The application ID to search by
application_namestringOptional

The application name to search by. Can be used instead of the application_id parameter

sq_queue_idlist of integersRequired

The SmartQueue ID list separated by semicolons (;). Use the ‘all’ value to select all SmartQueues

sq_queue_namelist of stringsOptional

The SmartQueue name list separated by semicolons (;). Can be used instead of sq_queue_id

timezonestringOptionalDefaults to UTC

The selected timezone or the ‘auto’ value (the account location)

Response

Successful response
resultlist of objects