Skip to main content
GET
/
presence
List Active
curl --request GET \
  --url https://api.example.com/presence/
[
  {
    "agent_id": "<string>",
    "agent_type": "external",
    "name": "<string>",
    "organization_id": "<string>",
    "activity": "<string>",
    "resource_id": "<string>",
    "registered_at": "2023-11-07T05:31:56Z",
    "last_heartbeat": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

Successful Response

agent_id
string
required
agent_type
enum<string>
required

Type of agent connected to the platform.

Available options:
external,
internal,
human
name
string
required
organization_id
string
required
activity
string | null
resource_id
string | null
registered_at
string<date-time>
last_heartbeat
string<date-time>