> ## 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

Retrieves a list of Security Agents with more detail.

## Parameters

<div className="integrations-table">
  | Parameter          | Description                                                                    |
  | ------------------ | ------------------------------------------------------------------------------ |
  | Entity ID          | The GUID of the Security Agent.                                                |
  | Host Name          | The name of the endpoint.                                                      |
  | IP Address         | The IP address of the endpoint.                                                |
  | Mac Address        | The MAC address of the endpoint.                                               |
  | Managing Server ID | The GUID of the product server that manages the Security Agent.                |
  | Product            | The Trend Micro product ID. For example: 15 = Apex One, 31001 = Apex One(Mac). |
</div>

## Example Output

```json theme={"dark"}
{
	"result_code": 0,
	"result_content": [
		{
			"adDomain": "string",
			"capabilities": [
				"string"
			],
			"clientProgram": "string",
			"connectionStatus": "string",
			"domain": "string",
			"domainHierarchy": "string",
			"endpointHost": "string",
			"endpointID": "string",
			"endpointIP": "string",
			"endpointMAC": "string",
			"firewall": "string",
			"isolationStatus": "string",
			"lastConnected": "string",
			"lastManualScanUTC": "string",
			"lastScheduledScanUTC": "string",
			"lastStartup": "string",
			"logonUser": "string",
			"managingServerID": "string",
			"platform": "string",
			"product": "string",
			"scanMethod": "string",
			"smartScanAgentPattern": "string",
			"updateAgent": "string",
			"virusPattern": "string",
			"virusScanEngine": "string"
		}
	],
	"result_description": "string"
}
```

## Workflow Library Example

[List Agents with Apex One and Send Results Via Email](https://library.blinkops.com/workflows/list-agents-with-apex-one-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-apex-one-and-send-results-via-email/canvas" />
</div>
