Query the status of a CDR Export Request.
Endpoint
GET /cdrs/exports/:cdrexport_idPath Parameters
-
id
integer requiredThe id of the CDR Request made previously. See Query CDRs.
Response Fields
On success, the HTTP status code in the response header is 200 OK and the response body contains a CDR object in JSON format. On error, the header status code is an error code and the response body contains an array of error objects.
-
data
objectCDR Export request object composed of the following:
-
id
integerID of the CDR resource in the system.
-
type
stringThis will always be cdrexport.
-
attributes
objectObject detailing the attributes defined in the CDR Request..
-
callback_url
stringThe notification location if specified.
-
status
stringThe processing status of the request.
-
download_url
stringOnce complete, the location of the generated data file.
-
requested_at
datetimeTimestamp of the request (UTC).
-
created_at
datetimeProcessing initation timestamp (UTC).
-
expires_at
datetimeWhen the download URL will no longer be available (UTC).
-
total_cost
floatTotal cost in dollars of all records in the report including all fees and cnamlookup costs.
-
call_subtotal
floatA summation of the call cost less any fees within the export.
-
connect_fees
floatA summation of fees collected for inbound Toll Free calls within the export.
-
cnamlookup_fees
floatA summation of fees for CNAM lookups on inbound calls within the export.
-
usf_fees
floatA summation of all Universal Service Fund fees collected on calls within the export.
-
ccrf
floatA summation of the Carrier Cost Recovery fees incurred for the calls within the export
-
num_calls
integerThe total number of calls in the export.
-
billed_minutes
integerThe total number of minutes (integer) that were billed for this query.
-
filter_parameters
object-
start_call_start_time
datetime.
-
start_call_end_time
datetime.
-
number_aliases
array.
-
Only the parameters specified in the query are returned here. For a full list of the available parameters, see Query CDRs.
-
-
links
stringLinks object stored request searched for. For example, https://api.flowroute.com/v2/cdrs/exports/38647.