Get Call By ID

To get call by id using the Teloai API, you must authenticate each request with an API key. This key must be included in the headers of your HTTP request.

Get Call

get

Retrieve details of a single call.

Path parameters
callIdstringRequired
Responses
200

Call details

application/json
get
/api/calls/{callId}
GET /api/calls/{callId} HTTP/1.1
Host: api.teloai.app
Accept: */*
200

Call details

{
  "callId": "text",
  "assistantId": "text",
  "phoneNumberId": "text",
  "customer": {
    "number": "text"
  },
  "status": "text",
  "createdAt": "2025-10-18T01:51:31.261Z"
}