curl --location '/api/v1/outbound-call/detail?token=0d4dcd775a884cffb6f938fce74be3b7&call_id=3886124542358'{
"errmsg": "ok",
"data": {
"platform": "baiying",
"call_id": "388***2358",
"task_id": "177**010",
"customer": {
"phone": "136**3",
"name": "用户1"
},
"call_status": "answered",
"start_time": "2026-07-15 14:32:05",
"answer_time": "2026-07-15 14:32:25",
"end_time": "2026-07-15 14:34:15",
"duration_sec": 109,
"rounds": 2,
"hangup_reason": "customer",
"recording_url": "https://****.mp3",
"transcript": [
{
"seq": 1,
"speaker": "ai",
"text": "喂(停顿1s),"
},
{
"seq": 2,
"speaker": "customer",
"text": "喂。"
}
],
"completeness": "complete"
}
}