sw_list_expenses
List or search Splitwise expenses by group, friend, or date range. Get the exact records you need for reconciliation and budgeting.
Instructions
List or search Splitwise expenses. All filters are optional. Use group_id to filter by group, dated_after/dated_before for date ranges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (API default: 20) | |
| offset | No | Pagination offset | |
| group_id | No | Only expenses in this group | |
| friend_id | No | Only expenses with this friend | |
| dated_after | No | ISO 8601 date — only expenses on or after this date | |
| dated_before | No | ISO 8601 date — only expenses on or before this date | |
| updated_after | No | ISO 8601 datetime | |
| updated_before | No | ISO 8601 datetime |