Get conversion channel pathing
Rank the top-N channel sequences that led converting contacts on this journey to the goal: rebuilds each contact’s ordered touch sequence from messages and rolls the sequences up (Klaviyo path-to-conversion parity). Supports model=last_touch|linear|time_decay, top (1-100, default 10), and half_life_hours (time_decay only, default 168). Bounded reads return a truncated flag when the caps cut heavy-campaign history.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Path Parameters
Resource identifier
1Query Parameters
last_touch, linear, time_decay 1 <= x <= 100Half-life for the time_decay attribution model
1 <= x <= 8760