Queues
List queues
Lists the voice call queues in your SignalWire project. Queues hold callers until your call workflow is ready to handle them. The Compatibility API's List queues exposes the same queues through SID-based routes.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
get/api/relay/rest/queues
Response
The request has succeeded.
Example response
{
"data": [
{
"friendly_name": "test",
"max_size": 5,
"uri": "/api/relay/rest/queues/aae131db-214c-46f5-88b6-92004f8467cf"
}
]
}Changes
No changes found, but 3 of the 137 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.