List Transactions
list_transactionsRetrieve Up Bank transactions newest first, with optional filters for account, status, date range, category, or tag.
Instructions
List transactions, newest first, optionally filtered by account, status, date range, category or tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag id (its label), e.g. `Holiday`. | |
| since | No | Inclusive lower bound on createdAt. Accepts YYYY-MM-DD or a full RFC-3339 timestamp; bare dates are read as Australia/Sydney time. | |
| until | No | Inclusive upper bound on createdAt, same formats as since. | |
| cursor | No | A `next_cursor` or `prev_cursor` from a previous call to this tool. When set, all other arguments are ignored. | |
| status | No | Only transactions with this status. | |
| category | No | Category id slug, e.g. `restaurants-and-cafes`. Parent ids match their children. | |
| page_size | No | Number of records per page (1-100). | |
| account_id | No | Restrict to one account. Omit to search across all accounts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||