Agent Inventory API
The Agent Inventory API query allows you to retrieve a filtered and sorted list of agents from your inventory. This endpoint supports App Agents, Machine Agents, Smart Agents, and Database Agents.
API Endpoint
POST /controller/rest/v2/agent-management/inventory/query
Request Parameters
| Parameter | Description | Required |
|---|---|---|
| agentType | The agent type for the query. The following values are allowed:
|
Yes |
| offset | The number of records to skip before starting to return the results.
The default value is 0. |
No |
| limit | The number of results per page.
The default value is 50 and maximum limit can be 1000 |
No |
| filters | An array of filter criteria | No |
| sorting | An array of sort criteria | No |
Supported Field Names
| Field Name | Agent | Filters | Sorting |
|---|---|---|---|