Bills

List bills

Get a paginated list of bills with optional filtering

get/bills

Query parameters

limitinteger

Number of items to return

afterstring

Cursor for forward pagination

beforestring

Cursor for backward pagination

vendor_idstring

Filter by vendor ID

statusstring

Filter by bill status (draft, needs_approval, processing, paid, deleted, failed)

bill_numberstring

Filter by bill number

sourcestring

Filter by bill source (manual, quickbooks, ocr)

include_deletedboolean

Include soft-deleted bills

Response

OK

end_cursorstring
has_next_pageboolean
has_previous_pageboolean
start_cursorstring

Example response

{
  "end_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH",
  "has_next_page": true,
  "start_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH"
}