Chatwoot/swagger/paths/application/agents/index.yml

18 lines
375 B
YAML
Raw Normal View History

tags:
- Agents
operationId: get-account-agents
summary: List Agents in Account
description: Get Details of Agents in an Account
security:
- userApiKey: []
responses:
200:
description: Success
schema:
type: array
description: 'Array of all active agents'
items:
$ref: '#/definitions/agent'
403:
description: Access denied