list_time_entries
Retrieve filtered time entries by user ID, date range, or running status using the Harvest MCP Server. Streamline time tracking data management.
Instructions
List time entries with optional filtering.
Args:
user_id: Filter by user ID
from_date: Only return time entries with a spent_date on or after the given date (YYYY-MM-DD)
to_date: Only return time entries with a spent_date on or before the given date (YYYY-MM-DD)
is_running: Pass true to only return running time entries and false to return non-running time entries
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_date | No | ||
is_running | No | ||
to_date | No | ||
user_id | No |