v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
CDR Reports

Get a specific CDR report request

Retrieves a specific CDR report request by ID

get/legacy/reporting/batch_detail_records/voice/{id}

Path parameters

idstring uuid required

Unique identifier of the resource.

Response

CDR report request retrieved successfully

Example response

{
  "data": {
    "connections": [
      123,
      456
    ],
    "created_at": "2024-02-12T14:00:00Z",
    "end_time": "2024-02-12T23:59:59Z",
    "filters": [
      {
        "billing_group": "adfaa016-f921-4b6c-97bb-e4c1dad231c5",
        "cld": "+13129457420",
        "cli": "+13129457420",
        "tags_list": "tag1"
      }
    ],
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "managed_accounts": [
      "f47ac10b-58cc-4372-a567-0e02b2c3d479",
      "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
    ],
    "record_type": "cdr_detailed_report",
    "record_types": [
      1,
      2
    ],
    "report_name": "My Report",
    "start_time": "2024-02-01T00:00:00Z",
    "status": 1,
    "updated_at": "2024-02-12T14:05:00Z"
  }
}