Agent
Get agent
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The id of the agent
Response
200
application/json
The requested AI agent
The id of the agent
Example:
"1234567890"
The name of the agent
Example:
"John Doe"
The email of the agent
Example:
"john.doe@example.com"
The language of the agent
Example:
"en-US"
The active status of the agent
Example:
true
The voice speed of the agent
Example:
1.5
The voice id of the agent
Example:
"1234567890"
The capabilities of the agent
Example:
["capability1", "capability2"]
The job descriptions of the agent
Example:
"Job description 1"
The role text of the agent
Example:
"Role text 1"
The actions of the agent
Example:
[
{
"id": "1234567890",
"name": "Action 1",
"action": "action1",
"parameters": {}
}
]
The skills of the agent
Example:
[
{
"id": "1234567890",
"name": "Skill 1",
"description": "Description of the skill 1",
"language": "en-US",
"active": true
}
]
The phone number of the agent
Example:
"+1234567890"
The updatedAt date of the agent
Example:
"2022-01-01T00:00:00.000Z"
The createdAt date of the agent
Example:
"2022-01-01T00:00:00.000Z"