Get project timesheet entries
get_project_time_entriesFetch project timesheet entries from Keka across the full date range, automatically combining paginated results and supporting optional employee filters.
Instructions
Fetch PSA timesheet entries for a single project from Keka. Automatically pages through the entire result set and returns it combined. The 'from'..'to' range cannot exceed 60 days (validated before calling Keka).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date. Defaults to today if omitted. | |
| from | No | Start date. Defaults to 30 days before 'to' if omitted. | |
| pageSize | No | Page size used internally per request to Keka (max 200, default 100). | |
| projectId | Yes | Keka project ID to fetch time entries for (required). | |
| employeeIds | No | Comma-separated Keka employee IDs to filter by. |