list_account_transactions
Retrieve transactions for a specific account with optional filters for date range, search, type, review status, and uncategorised transactions.
Instructions
List transactions for a specific account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| type | No | Limit to debit or credit transactions | |
| search | No | Search keyword matched against payee, note, labels, and amount | |
| end_date | No | Limit to transactions on or before this date (YYYY-MM-DD). Required if start_date is provided. | |
| per_page | No | Results per page (10-1000, default: 30) | |
| account_id | Yes | The account ID | |
| start_date | No | Limit to transactions on or after this date (YYYY-MM-DD). Required if end_date is provided. | |
| needs_review | No | Set to 1 to only return transactions needing review | |
| uncategorised | No | Set to 1 to only return uncategorised transactions | |
| updated_since | No | Limit to transactions updated since this ISO 8601 timestamp |