Developer
Developer - Transfer Metrics

Backfill Pbx Staff Legs Endpoint

Enqueue the staff-leg RECORDING backfill for historical answered transfers: fetch the queue recording from the PBX (read-only), transcribe, and stitch onto the AI leg — presentation only, the calls' pipelines are NOT re-run (pipeline_rerun=false rows).

post/developer/transfer-metrics/backfill-recordings

Request body

customer_idstring uuid required
days_backinteger
limitinteger
dry_runboolean

Response

Successful Response

candidatesinteger required

Transferred calls in range missing a transfer_flow snapshot

enqueuedboolean required

Whether the backfill task was dispatched (false for dry runs)

Changes