v1

latestOpenAPI 3.0.12026-07-2691137122.3 KB
CallingService

Get Call Session Detail

get/api/v1/calling/call-sessions-detail/{id}

Path parameters

idstring required

Call session ID

Response

Successful response

successboolean
messagestring

Example response

{
  "success": true,
  "message": "<string>",
  "data": {
    "id": "<string>",
    "agent_id": "<string>",
    "agent_name": "<string>",
    "organization_id": "<string>",
    "caller_number": "<string>",
    "callee_number": "<string>",
    "channel": "<string>",
    "status": "<string>",
    "recording_url": "<string>",
    "duration_sec": 0,
    "cost_total": "<string>",
    "credit_breakdown": {
      "channel": "<string>",
      "duration_sec": 0,
      "model_credits": 0,
      "provider_credits": 0,
      "provider_managed": true,
      "telephony_type": "<string>",
      "total_credits": 0
    },
    "disconnect_reason": "<string>",
    "metadata": {},
    "post_call_analysis_result": {},
    "started_at": "<string>",
    "ended_at": "<string>",
    "created_at": "<string>",
    "transcripts": []
  }
}