Skip to content
K

mm_harvest_list_time_entries

List time entries from Harvest, optionally filtered by project, user, and date range.

  • Category: Plugins
  • Source: Plugin: harvest
  • Required parameters: 1
  • Total parameters: 5
ParameterTypeRequiredDescription
project_pathstringYesAbsolute path to the project root
project_idstringNoHarvest project ID
user_idstringNoHarvest user ID
fromstringNoStart date (YYYY-MM-DD)
tostringNoEnd date (YYYY-MM-DD)
{
"tool": "mm_harvest_list_time_entries",
"arguments": {
"project_path": "/Users/you/projects/my-app",
"project_id": "my-example",
"user_id": "my-example"
}
}