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.
Retrieve a paginated list of all calls.
Query parameters
pageintegerOptionalDefault:
1
pageSizeintegerOptionalDefault:
20
Responses
200
A list of calls
application/json
get
/api/callsGET /api/calls HTTP/1.1
Host: api.teloai.app
Accept: */*
200
A list of calls
[
{
"callId": "text",
"assistantId": "text",
"phoneNumberId": "text",
"customer": {
"number": "text"
},
"status": "text",
"createdAt": "2025-10-17T21:30:42.166Z"
}
]