Skip to main content
Retrieve detailed configuration and settings for a specific voice AI agent

Autorización

string
required
Bearer token generado desde el portal Leadway. Ver Autenticación.
string
default:"2021-07-28"
required
Versión de la API.

Path parameters

string
default:"507f1f77bcf86cd799439011"
required
Unique agent identifier

Query parameters

string
default:"LOC123456789ABCDEF"
required
Account ID

Respuestas

string
default:"507f1f77bcf86cd799439011"
required
Unique identifier for the created agent
string
default:"LOC123456789ABCDEF"
required
Unique identifier for the account where this agent operates
string
default:"Customer Support Agent"
required
Display name of the voice AI agent
string
default:"Acme Corporation"
required
Name of the business this agent represents
string
required
Greeting message spoken when the agent answers calls
string
required
Custom instructions defining the agent’s behavior
string
default:"507f1f77bcf86cd799439011"
required
Identifier for the speech synthesis voice being used
string
default:"en-US"
required
Language code for the agent’s speech and understanding
string
default:"medium"
required
Current tolerance level for caller response delays
number
default:"600"
required
Maximum call duration in seconds, between 180-900
boolean
default:"True"
required
Indicates whether automatic idle reminders are enabled
number
default:"5"
required
Seconds to wait before sending idle reminders, between 1-20
string
default:"+1234567890"
Phone number for receiving inbound calls
string
default:"pool_507f1f77bcf86cd799439011"
Identifier for the number pool managing this agent’s phone allocation
string[]
Array of workflow IDs triggered automatically when calls end
object
Current post-call notification settings including recipient configuration
object[]
Time intervals when the agent accepts calls, organized by day of week
string
default:"America/New_York"
required
IANA timezone identifier for working hours and scheduling
boolean
default:"False"
required
Indicates whether this agent is excluded from backup scenarios
object
Current language translation settings including enablement status and target language
object[]
required
Raw actions configured for this agent with complete actionParameters structure

Ejemplo