list_transactions
Retrieve paginated transaction records with optional filters for date range, type, search, review status, and uncategorized items.
Instructions
List transactions for the authenticated user with optional filters
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) | |
| 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 |