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.
List all payments recorded for an invoice
harvest__list_invoice_payments
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "invoiceId": { "type": "number", "description": "Harvest invoice ID" }, "updated_since": { "type": "string", "description": "Only return payments updated after this ISO 8601 datetime" }, "page": { "type": "number", "description": "Page number" }, "per_page": { "type": "number", "description": "Results per page (max 100)" } }, "required": [ "account_id", "invoiceId" ], "description": "Input schema for the harvest__list_invoice_payments tool." }