---
title: "List presence"
method: GET
path: "/beta/agents/presence"
tags: ["Agents"]
---

# List presence

`GET /beta/agents/presence`

List the presence status for all agents/admins in an organization.

## Response `200`

The list of presence status for all agents/admins

- UserPresence[]
  - `userId` string, required
  - `requestTime` string, required
  - `lastSeen` string
  - `presenceStatus` string — values: [Away, Working]
  - `connectionStatus` string, required — values: [Offline, Online]
  - `activeChannels` string[]

## Other responses

- `400` — Invalid value extracted from request context
- `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/5eaff14a2c46/schema)
