Get Phone Call History
Calling API
Phone Call History
Returns all calls where a phone number appears as caller or callee, with cost and credit details and optional transcripts.
GET
Get Phone Call History
Authorizations
Bearer JWT used to authenticate the request.
Org API key. You can use this instead of JWT.
Query Parameters
Phone number in E.164 format. Example:
+1234567890.Page number to return. Defaults to
1.Results per page. Defaults to
20 and maximum is 100.Set to
true to include transcripts in each call result.Response
Whether the request succeeded.
Human-readable status message.
The phone number used for the lookup.
Total number of matching calls.
Current page number.
Number of results returned per page.
Matching calls.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Phone number in E.164 format. Example: +1234567890.
Page number. Defaults to 1.
Results per page. Defaults to 20. Maximum 100.
Required range:
x <= 100Set to true to include transcripts in each call result.

