Get the installed applications for a specific agent. You can Retrieve the “Agent ID” required parameter by running the “List Agents” action.

Parameters

ParameterDescription
Agent IDsA list of agent IDs to retrieve their applications.

Example Output

{
	"data": [
		{
			"installedDate": "2025-03-24T07:44:25Z",
			"name": "<string>",
			"publisher": "<string>",
			"size": 92806,
			"version": "<string>"
		},
		{
			"installedDate": "2025-03-24T07:44:25Z",
			"name": "<string>",
			"publisher": "<string>",
			"size": 117197,
			"version": "<string>"
		}
	]
}

Workflow Library Example

List Agent Applications with Sentinelone and Send Results Via Email

Preview this Workflow on desktop