list_receipts
Retrieve a paginated list of receipts with optional filtering by status or vendor search, and sorting by date, amount, or vendor.
Instructions
List receipts. Retrieve a paginated list of receipts with optional filtering and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Items per page (max 100) | |
| offset | Yes | Pagination offset | |
| search | No | Search by vendor name | |
| status | No | Filter by status | |
| sortBy | No | Sort field | |
| order | Yes | Sort order | desc |