List Time Entries
productive_list_time_entriesList Productive.io time entries by person, service, project, or date range, returning individual entries and a total-hours summary.
Instructions
List time entries from Productive.io. Filter by person, service, project, or date range. Returns individual entries plus a summary with total hours. Date filters use 'after' and 'before' in YYYY-MM-DD format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| sort | No | Sort field. Prefix with - for descending (e.g. '-created_at') | |
| after | No | Only entries after this date (YYYY-MM-DD) | |
| before | No | Only entries before this date (YYYY-MM-DD) | |
| page_size | No | Number of results per page (max 200) | |
| person_id | No | Filter by person ID | |
| project_id | No | Filter by project ID | |
| service_id | No | Filter by service ID |