Get current queue
Power Dialer
Get current queue
Returns the queue currently assigned to the authenticated user. To inspect a teammate’s queue, pass either user_id or email as a query parameter (user_id wins when both are sent). The target must belong to the same team as the API key owner.
GET
Get current queue
Targeting a teammate’s queue
By default, this returns the queue assigned to the API key owner. To inspect a teammate’s queue, pass eitheruser_id or email as a query parameter. The teammate must belong to the same team as the API key owner.
user_id— wins when both are provided. Resolve teammate ids viaGET /v2/api/users.email— used only whenuser_idis absent.
404 ASSIGNEE_NOT_FOUND — the same error is returned whether the user doesn’t exist or isn’t a teammate, so API consumers cannot enumerate users.Authorizations
Query Parameters
ID of a teammate to read the queue for. Resolve teammate ids via GET /v2/api/users. Wins over email when both are provided.
Example:
"usr-15BB68317A7F06F0C07A3BBD8F244102A6872220"
Email of a teammate to read the queue for. Ignored when user_id is also supplied.
Example:
Response
The targeted user's Power Dialer queue
A user's Power Dialer queue with its configuration and numbers.