List available agents
Retrieves the conversational agents enabled for the account of the authenticated API Key. The response is minimalistic: identifier, name, status and the list of variables the agent needs to hold the conversation. Every variable listed must be covered when launching a call, either by the request or by a default value configured in the agent.
Authentication
x-api-keystring
Account authentication key.
Response
List of agents.
id
Unique identifier of the agent. It is used in the agent field when launching a call.
name
Descriptive name of the agent.
status
Indicates whether the agent is enabled.
variables
Variables the agent needs to hold the conversation. Every variable must be covered when launching a call, either by the request or by a default value configured in the agent.

