Developer
Developer - Transfer Metrics

Backfill Transfer Flows Endpoint

Enqueue the read-only transfer-flow backfill for historical transferred calls missing a snapshot. PBX access is strictly CDR/name reads; snapshots are written with backfilled=true and contain only CDR-anchored hops (no rule-walk inference — historical rules are unknowable).

post/developer/transfer-metrics/backfill

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