GET_TRANSACTIONS

Retrieve your bank account transactions by date and account. Use this function to monitor financial activity over a specific period.

icon of Bank AccountsBank Accounts
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.

Parameter List

Syntax
GET_TRANSACTIONS(
[account]
[date_range]
)
[optional] account

The bank account name or ID from which transactions should be retrieved.

[optional] date_range

Date range for the transactions, in formats like ">2019", ">2019-11-01", or "2010-01-01;2019-01-01". By default, the last 30 days are used.

Examples

GET_TRANSACTIONS("Checking", "[2024-08-01;2024-08-31]") returns [{"account_name": "Checking", "amount": 1000, "date": "2024-08-10"}]