overdue_invoices
Retrieve overdue unpaid Jobber invoices, oldest first, including total amount owed and pagination for large lists.
Instructions
Return unpaid Jobber invoices past their due date, oldest first, with the total owed on this page at the top (use total_count/next_cursor to page through the rest).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Cursor from a previous response's next_cursor, to fetch the next page | |
| page_size | No | Max invoices to return (1-20) | |
| returned_so_far | No | Items already returned by prior pages of this same query - echo back the previous response's returned_so_far; omit on the first call. |