Get Time Entries
get_time_entriesRetrieve time entries for a specified date range, with optional filtering by project ID to narrow results.
Instructions
Get time entries for a date range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startDate | No | Start date in YYYY-MM-DD format. Defaults to today if not specified. | |
| endDate | No | End date in YYYY-MM-DD format. Defaults to today if not specified. | |
| projectId | No | Filter entries by activity ID |