sw_list_expenses
List Splitwise expenses, optionally filtered by group, friend, or date range, to review and reconcile spending.
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 |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact keeps the share breakdown, repayments and receipt presence and drops the avatars and the repeat/reminder/transaction block; "full" returns Splitwise's whole records. | |
| 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 |