list_time_entries
list_time_entriesRetrieve logged time entries with details on services and budgets. Filter by date, person, project, or task to analyze time allocation.
Instructions
View existing time entries from Productive.io with detailed information including service and budget relationships. Use this to see what time has been logged and to which projects/services. If PRODUCTIVE_USER_ID is configured, you can use "me" to refer to the configured user for person_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Filter by specific date (YYYY-MM-DD format) | |
| after | No | Filter entries after this date (YYYY-MM-DD format) | |
| before | No | Filter entries before this date (YYYY-MM-DD format) | |
| person_id | No | Filter by person ID. If PRODUCTIVE_USER_ID is configured in environment, "me" refers to that user. | |
| project_id | No | Filter by project ID | |
| task_id | No | Filter by task ID | |
| service_id | No | Filter by service ID | |
| limit | No | Number of time entries to return (1-200) |