list_invoices
list_invoicesRetrieve and filter invoices in Productive.io by company, project, status (draft/sent/paid/canceled), and date range.
Instructions
List invoices in Productive.io. Filter by company, project, or status (1=draft, 2=sent, 3=paid, 4=canceled) and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | No | Filter by company ID | |
| project_id | No | Filter by project ID | |
| status | No | Filter by status: 1=draft, 2=sent, 3=paid, 4=canceled | |
| after | No | Filter invoices dated after this date (YYYY-MM-DD) | |
| before | No | Filter invoices dated before this date (YYYY-MM-DD) | |
| limit | No | Number of results (1-200, default: 30) | |
| page | No | Page number for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoices | Yes | ||
| returned | Yes | ||
| total | No |