teamleader_list_invoices
Filter and paginate Teamleader Focus invoices by status, date, or department to retrieve billing records.
Instructions
List invoices from Teamleader Focus with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| status | No | Filter by status (e.g. ['draft', 'outstanding', 'paid']) | |
| page_size | No | Page size (default: 20, max: 100) | |
| department_id | No | Filter by department ID | |
| updated_since | No | ISO 8601 date - only invoices updated after this date | |
| invoice_date_after | No | Filter invoices dated after (YYYY-MM-DD) | |
| invoice_date_before | No | Filter invoices dated before (YYYY-MM-DD) |