Skip to main content

Gets a list of all the agents configured for a user

Select

SaaS
Customer Managed

To get a list of all the agents configured for a user

Responses

OK


Schema
  • agentDetails object[]
  • appTypeId int32

    Id of the associated agent

  • appTypeName string

    Name of the associated agent

GET /v4/commcell/agents    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/CommCell/Agents' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'