Skip to main content

ListForwardedCallLogs lists every inbound call_log that has been routed through a forward destination (status = forwarded).

GET 

/api/v1/voice/call-logs:forwarded

The response carries the inbound parent rows only — each row's forward_destination_id / forward_destination_member_id / forward_target_phone / forward_dial_status / recording_url describe the leg that ultimately answered (or, if none did, the last attempted leg). Use ListCallLogForwardLegs to drill into the full per-leg history of a single parent.

The recording_url on the parent points at the MixMonitor capture started in [outbound-forward], which spans every dial leg plus the bridged conversation — a single playback covers the entire forward.

Filtering

Same date / direction / search / agent / queue / campaign filters as ListCallLogs. Status is implicitly forced to CALL_STATUS_FORWARDED; any client-provided status is ignored.

Errors

  • PERMISSION_DENIED: Caller lacks voice:cdr:read permission

Request

Responses

A successful response.