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 details of a specific invoice including line items
harvest__get_invoice
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "invoiceId": { "type": "number", "description": "Harvest invoice ID" } }, "required": [ "account_id", "invoiceId" ], "description": "Input schema for the harvest__get_invoice tool." }