Retrieve a list of all connected agents.
External DocumentationTo learn more, visit the Cymulate documentation.

Example Output

[
  {
    "agentAddress": "user01@demo.org",
    "agentMethod": "smtp",
    "comment": "",
    "env": "Default Environment",
    "status": "Connected",
    "publicIp": "",
    "os": "windows",
    "osVersion": "",
    "version": "3.0.672.792",
    "connectedMailbox": [ ],
    "profiles": [ ]
  },
  {
    "agentName": "NYC1-CYMULATE-",
    "agentId": "abcde123456789abcdef0123",
    "agentAddress": "NYC1-CYMULATE-",
    "agentMethod": "http",
    "comment": "",
    "env": "Default Environment",
    "status": "Connected",
    "publicIp": "34.201.120.45",
    "privateIps": [
      "10.10.10.1"
    ],
    "os": "windows",
    "osVersion": "Microsoft Windows Server 2019 Datacenter",
    "machineAv": [ ],
    "autoUpdate": true,
    "version": "7.6.650.17",
    "lastUpdate": "2025-07-17T13:55:51.103Z",
    "connectedMailbox": [
      {
        "address": "user02@demo.org",
        "connected": true
      }
    ],
    "profiles": [
      {
        "displayName": "NT AUTHORITY\\SYSTEM",
        "username": "SYSTEM",
        "domain": "NT AUTHORITY",
        "status": "Valid",
        "statusReason": ""
      }
    ]
    "displayName": ".\\root",
    "username": "root",
  }
]

Workflow Library Example

List Connected Agents with Cymulate and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop