Agent Profiles › Get Agent Profiles
Agent Profiles
Get Agent Profiles Get all agent profiles for the organization.
curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/agent-profiles" \
-- header "Authorization: Basic <encoded-value>"
{
"success" : true ,
"message" : "<string>" ,
"data" : [
{
"id" : "<string>" ,
"org_id" : "<string>" ,
"agent_name" : "<string>" ,
"phone_number" : "<string>" ,
"voice_name" : "<string>" ,
"background_noise" : "<string>" ,
"max_duration_seconds" : 123 ,
"agent_type" : "PHONE_CALLER_INBOUND" ,
"is_active" : true ,
"created_at" : "2018-03-15T12:00:00Z" ,
"updated_at" : "2018-03-15T12:00:00Z"
}
]
}
Authorizations Authorization string header required
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response 200▼
application/json Successful Response
success boolean
Whether the operation was successful
message string required
Response message
data object[]
List of agent profiles
▶ Hide child attributesdata. id string
Example: "<string>"
data. org_id string
Example: "<string>"
data. agent_name string
Example: "<string>"
data. phone_number string
Example: "<string>"
data. voice_name string
Example: "<string>"
data. background_noise string
Example: "<string>"
data. max_duration_seconds number
data. agent_type string
Example: "PHONE_CALLER_INBOUND"
data. is_active boolean
Example: true
data. created_at string
Example: "2018-03-15T12:00:00Z"
data. updated_at string
Example: "2018-03-15T12:00:00Z"
curl -- request GET \
-- url "https://agent-testing.lambdatest.com/api/agent-profiles" \
-- header "Authorization: Basic <encoded-value>"
{
"success" : true ,
"message" : "<string>" ,
"data" : [
{
"id" : "<string>" ,
"org_id" : "<string>" ,
"agent_name" : "<string>" ,
"phone_number" : "<string>" ,
"voice_name" : "<string>" ,
"background_noise" : "<string>" ,
"max_duration_seconds" : 123 ,
"agent_type" : "PHONE_CALLER_INBOUND" ,
"is_active" : true ,
"created_at" : "2018-03-15T12:00:00Z" ,
"updated_at" : "2018-03-15T12:00:00Z"
}
]
}