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

CODE
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:
  • APP_AGENT

  • DOT_NET_APP_AGENT

  • PHP_APP_AGENT

  • NODEJS_APP_AGENT

  • PYTHON_APP_AGENT

  • NATIVE_WEB_SERVER

  • SMART_AGENT

  • MACHINE_AGENT

  • DB_AGENT

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