List of incoming call sessions

Use this endpoint to get list of incoming call sessions.

Query Params
companyIds
array of integers

Array of companies.

companyIds
string

The start date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string

The end date (for example, 2018-05-27T21:30:54+00:00). (For get request need encode url)

string

Comma-separated list of a record's fields to be fetched. example - callId,startedAt,number,callingNumber,regionName,timezone,duration,totalCost,recordPath,messagesAsString,resultsString,emotion,robotCallDuration,robotCallTotalCost,hungUpBy,gender,nps,isAssistantRequest,markers,externalId,additional,currentStatusName,mainCallCost,mainCallDiscount,mainCallDuration,mainCallTotalCost,aiCallDuration,aiCallTotalCost,aiCallCost,aiCallLlmTotalCost,aiCallTtsTotalCost,aiCallSttTotalCost,autoCallCost,autoCallDiscount,autoCallDuration,autoCallTotalCost,robotCallCost,robotCallDiscount,transferCallCost,transferCallDiscount,transferCallDuration,transferCallTotalCost,companyId,allResults,depersonalized

integer
Defaults to 10

Maxium number of returning records.

integer

Starting point to return records from a result set.

integer

Page number, used to paginate over all records.

boolean

Determines whether the zip archive should be returned.

string
enum

Determines the output format. CSV_EXCEL format includes UTF-8 BOM and semicolon delimiter for better Excel compatibility.

Allowed:
string

Base filename (without extension) to be downloaded.

string

UUID call session.

boolean

Return call session list filtred total price > 0.

string

Comma-separated list of fields to sort by. Each sort field can have special prefix indicating a desirable sort order: + (ascending order, default) or - (descending order). The available sort fields: startedAt, duration.

string

Field for filtering by from and to. The available fields: createdAt,updatedAt,startedAt,finishedAt,billedAt. Default - createdAt

boolean

Return links in a new format

Responses

400

Invalid input parameters

401

User is not authenticated

403

Invalid user permissions

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json