CDR Export Object

Description

CDR Export attributes.

Attributes

Name

Type

Nullable

Description

filters

CDR Export Filters Object

False

Filters

status

string

False

Status can be “Pending”, “Processing” or “Completed”.

created_at

DateTime

False

Timestamp when export request was created.

url

string

True

The URL of csv file for downloading. available only when status is “Completed”.

callback_url

string

True

The HTTP or HTTPS endpoint to where events related to export will be delivered.

callback_method

string

True

The HTTP Method used for export events. POST, GET are supported methods.