Retrieve a queue member
Retrieves the details of a queue member.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Authentication
AuthorizationBasic
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing
the word Basic followed by a space and a base64-encoded string of project_id:token.
The project ID will be used as the username and the API token as the password.
Example:
```
Authorization: Basic base64(project_id:token)
```
Path parameters
queue_id
Unique ID of the queue.
id
The unique identifier (ID) of the queue member.
Response
The request has succeeded.
call_id
The call ID of the queue member.
project_id
The ID of the project associated with this queue member.
queue_id
The ID of the queue associated with this queue member.
position
Queue member position in the queue.
uri
The URL of this queue member.
wait_time
Wait time in seconds since the member was enqueued. If not yet enqueued, it will be null.
date_enqueued
When the queue member was last enqueued.