Agents
Fetch all Agents
Agents
Fetch all Agents
Fetch the list of agents for a chatbot specified by chatbot uuid
GET
/
api
/
v1
/
chatbot
/
{uuid}
/
agents
Authorization
string
*
Bearer
Authorization
Required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
uuid
string
*
uuid
Required
string
Path
uuid
string
requiredResponse
Agent list
uuid
string
name
string
prompt
string
description
string
type
string
created_at
string
modified_at
string
enabled
boolean
meta
meta Object
data_source_uuids
List[string]
human_escalation_settings
HumanEscalationSettings Object
tool_functions
List[ToolFunction]
variables
List[AgentVariable]