Tool details
Playground
Input schema
input-schema.json
Documentation Index
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
| Field | Value |
|---|---|
| Name | harvest__get_invoice |
| Group | Integrations |
{
"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."
}