call transcription search request

API Docs by APIMATIC

Call Transcription Search Request

Search for calls containing specific keywords or phrases

Fields

NameDescription
type Required
String

Mandatory parameter. Use 'placed' to search in the outbound call transcriptions or 'received' to search in the inbound call transcriptions.

from Required
String

Mandatory parameter. Filter results by the lower limit on the date the call was placed or received. Has the following format yyyy-mm-dd

to Required
String

Mandatory parameter. Filter results by the upper limit on the date the call was placed or received. Has the following format yyyy-mm-dd

from_search
String

Filter results by the originating phone number. The parameter can be either a full phone number or a part of it.

to_search
String

Filter results by destination phone number. The parameter can be either a full phone number or a part of it.

sip_trunk
String

Filter results by the unique SIP trunk ID used to place an outbound call. For inbound calls the parameter is ignored.

min_duration
Number

Filter results by minimum call duration

transcription Required
page Required
Number

Requested page

per_page Required
Number

Number of records per page

{
  "type": "placed",
  "from": "2023-01-01",
  "to": "2023-01-31",
  "transcription": {
    "status": "completed"
  },
  "page": 2,
  "per_page": 50
}