Actions
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.

Preview this Workflow on desktop
Was this page helpful?
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?