v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
Voice Agents

Get voice call

Retrieve a single voice call, including its full transcript once the conversation has produced turns.

get/v1/calls/{callId}

Path parameters

callIdstring required

Voice call ID.

Response

Voice call details.

Example response

{
  "call": {
    "id": "call_abc123",
    "from": "+13125551212",
    "to": "+56912345678"
  }
}