qbo_list_bills
Retrieve and filter bills from QuickBooks Online with pagination, vendor-specific filtering, and payment status options to manage payables.
Instructions
List bills/payables from QuickBooks Online.
Args:
limit/offset: Pagination
vendor_id: Filter by vendor
status: 'all', 'unpaid', or 'paid'
response_format: 'markdown' or 'json'
Returns: Bill list with: Id, VendorRef, TxnDate, DueDate, TotalAmt, Balance
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return | |
| offset | No | Number of results to skip | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |
| vendor_id | No | Filter by vendor ID | |
| status | No | Payment status filter | all |