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 a time report aggregated by team member. Requires from and to date range.
harvest__time_report_by_team
{ "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)" }, "client_id": { "type": "number", "description": "Filter by client ID" }, "project_id": { "type": "number", "description": "Filter by project ID" }, "user_id": { "type": "number", "description": "Filter by user ID" }, "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__time_report_by_team tool." }