Skip to main content

List Agent Applications

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

{
"errors": [
{
"type": "object"
}
],
"data": [
{
"version": "string",
"publisher": "string",
"installedDate": "2018-02-27T04:49:26.257525Z",
"name": "string",
"size": "integer"
}
]
}

Workflow Library Example

List Agent Applications with Sentinelone and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop