curl --request GET \
--url https://svalync.com/api/voiceai/specific-call \
--header 'x-api-key: <x-api-key>'
{
"response": [
{
"success": true,
"data": {
"id": "<string>",
"agentId": "<string>",
"pathways": "<string>",
"callDuration": 123,
"call_id": "<string>",
"batch_id": "<string>",
"callType": "<string>",
"userId": "<string>",
"to_phone_number": "<string>",
"from_phone_number": "<string>",
"tokens_consumed": 123,
"status": "<string>",
"transcripts": "<string>",
"summary": "<string>",
"startedAt": "<string>",
"endedAt": "<string>",
"endedBy": "<string>",
"userData": {
"var": "<string>",
"name": "<string>",
"var2": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"isTestMode": true,
"agent": {
"name": "<string>"
}
}
}
]
}
Retrieve detailed information about a specific AI-driven phone call, including its purpose, actions, and any modifications made to meet the objective.
curl --request GET \
--url https://svalync.com/api/voiceai/specific-call \
--header 'x-api-key: <x-api-key>'
{
"response": [
{
"success": true,
"data": {
"id": "<string>",
"agentId": "<string>",
"pathways": "<string>",
"callDuration": 123,
"call_id": "<string>",
"batch_id": "<string>",
"callType": "<string>",
"userId": "<string>",
"to_phone_number": "<string>",
"from_phone_number": "<string>",
"tokens_consumed": 123,
"status": "<string>",
"transcripts": "<string>",
"summary": "<string>",
"startedAt": "<string>",
"endedAt": "<string>",
"endedBy": "<string>",
"userData": {
"var": "<string>",
"name": "<string>",
"var2": "<string>"
},
"createdAt": "<string>",
"updatedAt": "<string>",
"isTestMode": true,
"agent": {
"name": "<string>"
}
}
}
]
}
Show properties
Show properties