List Phone Calls
Get the history of phone calls made and received on your platform.
You can narrow the list down using the filters — for example by user, by phone number, by direction (made or received), or by call status.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Show only calls where this user either made or received the call.
Show only calls made by this user.
Show only calls received by this user.
Show only calls made from this phone number.
Show only calls made to this phone number.
Show only calls that involve this phone number, whether it called or was called.
Show only 'inbound' calls (received) or 'outbound' calls (made).
Show only calls in this state: ringing, in-progress, completed, failed, busy, no-answer, or canceled.
How many calls to return per page (1 to 200).
1 <= x <= 200How many calls to skip before this page starts.
x >= 0Response
Successful Response
Standard response wrapper for list responses.
Declare ListResponse[list[SomeModel]] to render the real data
array schema in OpenAPI/Swagger; a bare ListResponse leaves data
untyped.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

