Retrieves operations with transaction details from BigQuery. Supports filtering by date range, operation type, and transaction status.
Backwards Compatibility: When no pagination parameters (page, pageSize) are provided, returns simple format: { data: [...] }. When pagination parameters are provided, returns format with metadata: { data: [...], pagination: {...} }.
API Key for authentication
Start date for filtering operations (defaults to yesterday)
End date for filtering operations (defaults to today)
Page number for pagination
Number of items per page (max 100)
x <= 100Filter by operation type
up, down, other, exchange, budget, interest Filter by transaction status
pending, completed, adjusted