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

Example Output

{
	"success": true,
	"cymulate": true,
	"data": [
		{
			"agentName": "NYC1-CYMULATE-",
			"agentId": "abcde4f91234cd56ef7890ab",
			"agentAddress": "agent01@demo.org",
			"agentMethod": "http",
			"isConnected": true,
			"comment": "",
			"os": "windows",
			"version": "7.6.650.17",
			"status": "Connected",
			"publicIp": "18.232.105.42",
			"privateIps": [
				"10.0.14.21"
			],
			"connectedMailbox": [
				{
					"address": "agent01@demo.org",
					"connected": true
				}
			],
			"autoUpdate": true,
			"machineAv": [
				{
					"version": "4.18.3101.11",
					"name": "Windows Defender",
					"updated": true,
					"enabled": false
				},
				{
					"version": "7.23.18525.0",
					"name": "CrowdStrike Falcon Sensor",
					"updated": true,
					"enabled": true
				}
			],
			"osVersion": "Microsoft Windows Server 2019 Datacenter",
			"environment": "Default Environment",
			"profiles": [
				{
					"domain": "NT AUTHORITY",
					"username": "SYSTEM",
					"displayName": "NT AUTHORITY\\SYSTEM",
					"status": "Valid",
					"statusReason": ""
				}
			],
			"lastUpdated": "2025-07-17T13:55:51.103Z"
		}
	]
}

Workflow Library Example

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