Get a pre-recorded call Details
POST
https://api.hamkaran.cloud/api/hamkaran/v1/get-pre-recorded-call-detailThis API allows users to retrieve detailed information about a pre-recorded call that was previously initiated using the send-pre-recorded API. By providing the actionId of the call, the system will return comprehensive details such as the source number, destination number, audio file played, call status (whether answered or not), and call duration. This feature is part of Hamkaran Cloud's advanced telephony solution, enabling organizations to keep track of their automated calls and assess their performance.
Request
Header Params
key
string
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
actionId
string
required
Request samples
Responses
Response(200)
HTTP Code: 200
Content Type : HTMLtext/html
Examplesuccessfully Response
{
"status": "success",
"data": {
"id": 1,
"tenant_id": "123",
"src": "09191234567",
"dest": "09197654321",
"audio": "welcome_message.wav",
"action_id": "deecc277-22cd-4725-baec-4e752990009c",
"answered": 1,
"duration": 60,
"status": "completed",
"created_at": "2024-10-13 12:00:00",
"updated_at": "2024-10-13 12:02:00"
}
}
Last modified: 4 months ago