Skip to main content

ExportCallLogs exports call logs to a downloadable file.

POST 

/api/v1/voice/call-logs/export

Generates a CSV or XLSX file with call records. Returns a signed download URL.

Parameters

  • start_date: Optional, period start
  • end_date: Optional, period end
  • format: Required, "csv" or "xlsx"

Response

  • download_url: Signed URL for file download
  • total_records: Number of records in export

Errors

  • PERMISSION_DENIED: Caller lacks voice:cdr:export permission

Request

Responses

A successful response.