ck_sync_transactions
Sync Credit Karma transactions to a local SQLite database. Fetches incremental updates with overlap, handles login/MFA, and resumes from where it stopped for large backfills.
Instructions
Sync Credit Karma transactions into the local SQLite database. Incremental by default (fetches since last sync + 30-day overlap for updates). If no valid token, initiates the login/MFA flow automatically. Bounded and resumable: when it pauses with more to fetch it returns another_run_needed:true and a note — run it again and it continues from where it stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_pages | No | Pages this call may fetch before pausing (a deep backfill is hundreds). Overrides CK_SYNC_MAX_PAGES. Omit both for an unbounded sync. | |
| force_full | No | If true, re-fetch all transactions from the beginning |