Agent
Get agent
GET
/
api
/
v1
/
agents
/
{id}
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe id of the agent
Response
200 - application/json
id
string
requiredThe id of the agent
name
string | null
requiredThe name of the agent
email
string | null
requiredThe email of the agent
language
string | null
requiredThe language of the agent
active
boolean | null
requiredThe active status of the agent
voiceSpeed
number | null
requiredThe voice speed of the agent
voiceId
string | null
requiredThe voice id of the agent
capabilities
string[] | null
requiredThe capabilities of the agent
jobDescriptions
string | null
requiredThe job descriptions of the agent
roleText
string | null
requiredThe role text of the agent
actions
string[] | null
requiredThe actions of the agent
skills
string[] | null
requiredThe skills of the agent
phone
string | null
requiredThe phone number of the agent
updatedAt
string | null
requiredThe updatedAt date of the agent
createdAt
string | null
requiredThe createdAt date of the agent