GET
/
api
/
v1
/
agents
/
{id}

Authorizations

Authorization
string
headerrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the agent

Response

200 - application/json
id
string
required

The id of the agent

name
string | null
required

The name of the agent

email
string | null
required

The email of the agent

language
string | null
required

The language of the agent

active
boolean | null
required

The active status of the agent

voiceSpeed
number | null
required

The voice speed of the agent

voiceId
string | null
required

The voice id of the agent

capabilities
string[] | null
required

The capabilities of the agent

jobDescriptions
string | null
required

The job descriptions of the agent

roleText
string | null
required

The role text of the agent

actions
string[] | null
required

The actions of the agent

skills
string[] | null
required

The skills of the agent

phone
string | null
required

The phone number of the agent

updatedAt
string | null
required

The updatedAt date of the agent

createdAt
string | null
required

The createdAt date of the agent