List financial mutations
list_financial_mutationsRetrieve bank transactions from Moneybird with filters for period, state, type, and account. Use an explicit period to access transactions beyond the current financial year.
Instructions
List bank transactions. Without a filter Moneybird returns the current financial year only, so pass an explicit period to look further back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Comma-separated `key:value` filter. Keys: period (named period such as this_month/prev_quarter/this_year, or a range like 20260101..20260131), state (all|unprocessed|processed|auto_booked), mutation_type (all|debit|credit), financial_account_id, amount_from, amount_to. A filter replaces Moneybird's `period:this_year` default entirely. `state` and `mutation_type` accept pipe-separated values, e.g. `state:unprocessed|processed`. | |
| administration_id | No | Administration to act on. Defaults to the administration this server was configured with; call list_administrations to discover the available ids. |