Skip to main content
GET
List bank-feed transactions

Authorizations

X-API-KEY
string
header
required

Query Parameters

financial_account_id
integer | null

Limit to a single bank/credit-card account.

matching_status
enum<string> | null

Pipeline stage filter, e.g. unprocessed, ai_suggested, matched, no_match, excluded.

Available options:
unprocessed,
deterministic_suggested,
awaiting_ai,
ai_in_progress,
ai_suggested,
ai_no_match,
no_match,
excluded,
matched
date_from
string<date-time> | null

Inclusive lower bound on date.

date_to
string<date-time> | null

Inclusive upper bound on date.

is_posted
boolean | null

true for posted-only, false for pending-only, omit for both.

include_expired
boolean
default:false

By default expired rows are hidden; pass true to see them.

limit
integer
default:100

Number of records to return per page (capped at 100)

Required range: x >= 1
offset
integer
default:0

Number of records to skip before starting to return results

Required range: x >= 0

Response

200 - application/json

OK

items
PublicBankTransactionSchemaOut · object[]
required
count
integer
required
Last modified on July 13, 2026