---
title: "Backfill Transfer Flows Endpoint"
method: POST
path: "/developer/transfer-metrics/backfill"
tags: ["Developer", "Developer - Transfer Metrics"]
---

# Backfill Transfer Flows Endpoint

`POST /developer/transfer-metrics/backfill`

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).

## Request body

- TransferFlowBackfillRequest
  - `customer_id` string, uuid, required
  - `days_back` integer
  - `limit` integer
  - `dry_run` boolean

## Response `200`

Successful Response

- TransferFlowBackfillResponse
  - `candidates` integer, required — Transferred calls in range missing a transfer_flow snapshot
  - `enqueued` boolean, required — Whether the backfill task was dispatched (false for dry runs)

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
