API
Data API
Agents
methods allow you to get a list of portal agents or information on a specific agent get get /agents return a list of agents response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of agents next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about agents id integer agent id name string \[ 1 255 ] characters \[ 1 255 ] characters agent name route string <= 255 characters nullable <= 255 characters nullable agent route agent role string <= 255 characters <= 255 characters agent role get get /agents/{id} return information about the agent by id response parameters https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents read#response definitions id integer agent id name string \[ 1 255 ] characters \[ 1 255 ] characters agent name route string <= 255 characters nullable <= 255 characters nullable agent route agent role string <= 255 characters <= 255 characters agent role