List Invoices
productive_list_invoicesList invoices from Productive.io with filters by client, status, date, type, or deal to find invoices, track payments, or locate source invoices to clone.
Instructions
List invoices from Productive.io with optional filters. Use this to find invoices for a client, filter by status, or find source invoices to clone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort field. Prefix with - for descending (e.g. '-created_at') | |
| deal_id | No | Filter by budget/deal ID | |
| page_size | No | Number of results per page (max 200) | |
| company_id | No | Filter by company/client ID | |
| invoice_status | No | Filter by status (e.g. draft, finalized, sent, paid) | |
| invoice_type_id | No | Filter by type (1=invoice, 2=credit_note) | |
| invoiced_on_after | No | Filter invoices on or after this date (YYYY-MM-DD) | |
| invoiced_on_before | No | Filter invoices on or before this date (YYYY-MM-DD) |