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 task assignments for a specific project (tasks billable to this project)
harvest__list_project_task_assignments
{ "type": "object", "properties": { "account_id": { "type": "string", "description": "Harvest Account ID (get it from harvest__list_accounts)" }, "projectId": { "type": "number", "description": "Harvest project ID" }, "is_active": { "type": "boolean", "description": "Filter by active status" }, "updated_since": { "type": "string", "description": "Only return task assignments 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", "projectId" ], "description": "Input schema for the harvest__list_project_task_assignments tool." }