List Calls
To retrieve a list of all calls 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 retrieve a list of all calls 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 HTTP/1.1
Host: api.teloai.app
Accept: */*
[
{
"callId": "text",
"assistantId": "text",
"phoneNumberId": "text",
"customer": {
"number": "text"
},
"status": "text",
"createdAt": "2026-02-07T10:31:06.549Z"
}
]