Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get an invoiced time and expenses report. Requires from and to date range.
harvest__invoice_report
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "from": { "type": "string", "description": "Report start date (YYYY-MM-DD)" }, "to": { "type": "string", "description": "Report end date (YYYY-MM-DD)" }, "page": { "type": "number", "description": "Page number" }, "per_page": { "type": "number", "description": "Results per page (max 100)" } }, "required": [ "account_id", "from", "to" ], "description": "Input schema for the harvest__invoice_report tool." }