---
title: "List agents"
method: GET
path: "/beta/queues/{queueId}/members"
tags: ["Queues"]
---

# List agents

`GET /beta/queues/{queueId}/members`

List all agents/admins that are members of a queue by providing the queue id.

## Path parameters

- `queueId` string, uuid, required

## Response `200`

List of the agents/admins that are members of a queue

- QueueMembersOutput
  - `data` QueueMember[]
    - `agentId` string, required
    - `priority` integer

## Other responses

- `400` — Invalid value for: path parameter queueId, Invalid value extracted from request context
- `404` — An entity in this request could not be found
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
