latestOpenAPI 3.1.0PortSIP2026-08-105581112.6 MB

577415d4a3d5

CDR

Get completed call report details

Get details of completed call report by it's unique ID.

get/completed_call_reports/{id}

Path parameters

idstring required

The unique ID of the resource.

Example:NzAwNTUxOTA5NzczMTQ4MTYw

The unique ID of the call report.

Response

OK

idstring

The unique ID of the resource.

namestring

The name of call report.

type'NORMAL' | 'EXTENSION_GROUP_CALL_COST' | 'QUEUE_PERFORMANCE' | 'QUEUE_DETAILED_STATISTICS' | 'QUEUE_ABANDONED_CALLS' | 'QUEUE_SLA_STATISTICS' | 'QUEUE_BREACHES_SLA_STATISTICS' | 'QUEUE_CALLBACKS' | 'QUEUE_FAILED_CALLBACKS' | 'TEAM_QUEUE_GENERAL_STATISTICS' | 'RING_GROUP_STATISTICS'

The report types can be either:

  • NORMAL:
  • EXTENSION_GROUP_CALL_COST:
  • QUEUE_PERFORMANCE:
  • QUEUE_DETAILED_STATISTICS:
  • QUEUE_ABANDONED_CALLS:
  • QUEUE_SLA_STATISTICS:
  • QUEUE_BREACHES_SLA_STATISTICS:
  • QUEUE_CALLBACKS:
  • QUEUE_FAILED_CALLBACKS:
  • TEAM_QUEUE_GENERAL_STATISTICS:
  • RING_GROUP_STATISTICS:
format'CSV' | 'HTML'

The report output files format can be either:

  • CSV:
  • HTML:
completed_atstring date_time

The RFC 3339 format is defined by The date_time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

file_namestring

The name of the file.

file_sizeinteger

The file size in bytes.

file_urlstring

The relative path to file url for file downloading.

Example response

{
  "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
  "completed_at": "2017-07-21T17:32:28Z",
  "file_url": "/api/blobs/WexWdABcd5D4PDgzTKV3gAAAEu00WcK"
}