list_time_entries
List time entries with optional filters for date range, task, person, project, or service, and pagination.
Instructions
List time entries with optional date and relationship filters.
Returns logged work records and related references (person/service/task).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Optional date filter (YYYY-MM-DD) | |
| after | No | Optional lower bound date filter (YYYY-MM-DD) | |
| limit | No | Maximum number of time entries to return (max 200) | |
| before | No | Optional upper bound date filter (YYYY-MM-DD) | |
| task_id | No | Optional task ID filter | |
| person_id | No | Optional person ID filter | |
| project_id | No | Optional project ID filter | |
| service_id | No | Optional service ID filter | |
| page_number | No | Page number for pagination |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||