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.
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 /api/calls/{callId} HTTP/1.1
Host: api.teloai.app
Accept: */*
{
"callId": "text",
"assistantId": "text",
"phoneNumberId": "text",
"customer": {
"number": "text"
},
"status": "text",
"createdAt": "2026-02-07T06:39:48.273Z"
}