Parameters
Example Output
Workflow Library Example
List Agent Applications with Sentinelone and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Agent IDs | A list of agent IDs to retrieve their applications. |
{
"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>"
}
]
}
Was this page helpful?