list_entries
Retrieve time entries with filters for project, start date, and end date. Adjust the limit to control how many entries are returned.
Instructions
List recent time entries, optionally filtered by project and/or date range. Returns at most 50 entries by default; pass a higher limit to see more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Optional project id or exact name. Omit to list across all projects. | |
| startDate | No | ISO-8601 — only entries whose start time is on or after this. | |
| endDate | No | ISO-8601 — only entries whose start time is on or before this. | |
| limit | No | Maximum number of entries to return. Defaults to 50. |