Authorizations
An API key to authorize your request
Body
Mandatory parameter. Use placed
to search in the outbound call transcriptions or received
to search in the inbound call transcriptions.
"placed"
Mandatory parameter. Filter results by the lower limit on the date the call was placed or received. Has the following format yyyy-mm-dd
"2023-08-01T00:00:00.000Z"
Mandatory parameter. Filter results by the upper limit on the date the call was placed or received. Has the following format yyyy-mm-dd
"2023-08-31T00:00:00.000Z"
Requested page
1
Number of records per page
50
Filter results by the originating phone number. The parameter can be either a full phone number or a part of it.
"4478012"
Filter results by destination phone number. The parameter can be either a full phone number or a part of it.
"44206723"
Filter results by the unique SIP trunk ID used to place an outbound call. For inbound calls the parameter is ignored.
"87095"
Filter results by minimum call duration, in seconds
10
Call ID
"99df5ffd-962a-410f-bcce-d08f1f7f328c"
Call disposition
Filter calls by disposition. In case the parameter is not specified, only answered calls are returned. To get all calls regardless their disposition pass all
as the parameter value
answered
, noanswer
, busy
, failed
, all