List bank-feed transactions
Return bank-feed rows (one per debit/credit on a connected bank or credit-card
account), newest first. Use this to drive reconciliation externally: page
through the rows, decide which DualEntry transaction each one corresponds to,
then POST /matches/ to record the pairing.
Documentation Index
Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Limit to a single bank/credit-card account.
Pipeline stage filter, e.g. unprocessed, ai_suggested, matched, no_match, excluded.
unprocessed, deterministic_suggested, awaiting_ai, ai_in_progress, ai_suggested, ai_no_match, no_match, excluded, matched Inclusive lower bound on date.
Inclusive upper bound on date.
true for posted-only, false for pending-only, omit for both.
By default expired rows are hidden; pass true to see them.
Number of records to return per page (capped at 100)
x >= 1Number of records to skip before starting to return results
x >= 0