1cfa756d49
Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
17 lines
432 B
YAML
17 lines
432 B
YAML
get:
|
|
tags:
|
|
- AgentBot
|
|
operationId: listAgentBots
|
|
summary: List all agentbots
|
|
description: List all available agentbots for the current installation
|
|
responses:
|
|
200:
|
|
description: Success
|
|
schema:
|
|
type: Array
|
|
description: 'List of agent bots'
|
|
$ref: '#/definitions/agent_bot'
|
|
404:
|
|
description: Inbox not found, Agent bot not found
|
|
403:
|
|
description: Access denied
|