[ expenses ]

List expenses

Read a cursor-paginated slice of the expense ledger with optional filters.

GET/api/v1/expenses

Response

application/json

Fields

limitinteger

Number of records to return, from 1 to 100.

cursorstring

Opaque next_cursor from the previous page.

fromdate

Include expenses on or after this ISO date.

todate

Include expenses on or before this ISO date.

merchantstring

Case-insensitive merchant filter.

statusstring

Filter by posted, pending_review, or rejected.