[ expenses ]
List expenses
Read a cursor-paginated slice of the expense ledger with optional filters.
GET
/api/v1/expensesResponse
application/jsonFields
limitintegerNumber of records to return, from 1 to 100.
cursorstringOpaque next_cursor from the previous page.
fromdateInclude expenses on or after this ISO date.
todateInclude expenses on or before this ISO date.
merchantstringCase-insensitive merchant filter.
statusstringFilter by posted, pending_review, or rejected.