> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Agents

Retrieve a list of all agents.

<Note>
  External Documentation

  To learn more, visit the [Cymulate documentation](https://api.app.cymulate.com/docs/#/operations/Get%20All%20Agents).
</Note>

## Example Output

```json theme={"dark"}
{
	"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](https://library.blinkops.com/workflows/list-agents-with-cymulate-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-agents-with-cymulate-and-send-results-via-email/canvas" />
</div>
