teamleader_invoices_list
List invoices from Teamleader Focus with filters for status, customer, and date. Retrieve up to 100 per page to manage and review invoices efficiently.
Instructions
List invoices from Teamleader Focus. Can filter by status, customer, or date. Returns max 100 per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Search term | |
| status | No | Filter by status | |
| page_size | No | Items per page (max 100) | |
| customer_id | No | Customer UUID | |
| page_number | No | Page number (starts at 1) | |
| customer_type | No | ||
| invoice_date_after | No | Filter by date (YYYY-MM-DD) | |
| invoice_date_before | No | Filter by date (YYYY-MM-DD) |