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