fetch_transaction_stream
Retrieve raw transaction logs within a date range to classify and ingest data into Supabase.
Instructions
Fetches raw transaction logs for a date range for classification and ingestion into Supabase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination token for large ranges | |
| user_id | Yes | ||
| end_date | Yes | Date string YYYY-MM-DD | |
| account_id | Yes | ||
| start_date | Yes | Date string YYYY-MM-DD |