List all active agents and sessions for the organization.
Returns: List of active presence entries.
cURL
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" } ]
Successful Response
Type of agent connected to the platform.
external
internal
human