Invoice summary
invoice_summaryTurn tracked billable time into invoice lines for one project: hours, hourly rate, amount per task and the total, one line per rate so two rates never average. Hours already marked billed are left out. Free: last 7 days.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ISO date/time end of the billing period. Free covers the last 7 days; Pro invoices any period from the full history. | |
| from | Yes | ISO date/time start of the billing period. Free covers the last 7 days; Pro invoices any period from the full history. | |
| project | Yes | Project or client to invoice | |
| unbilled_only | No | Default true: hours already put on an invoice (entry_mark_billed) are left out, so the same hours are never billed twice. Pass false to see the whole period including invoiced work. |