teamleader_list_time_tracking
Retrieve logged time entries with filters for user, subject, and date range to track project hours.
Instructions
List logged time-tracking entries, optionally filtered by user, subject, or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by specific time tracking entry IDs | |
| page | No | Page number (default: 1) | |
| user_id | No | Filter by the user who logged the time | |
| page_size | No | Page size (default: 20, max: 100) | |
| subject_id | No | ID of the entity time was logged against (with subject_type) | |
| ended_after | No | ISO 8601 datetime — only entries ended at/after this | |
| ended_before | No | ISO 8601 datetime — only entries ended at/before this | |
| subject_type | No | Type of the entity time was logged against (with subject_id) | |
| started_after | No | ISO 8601 datetime — only entries started at/after this | |
| started_before | No | ISO 8601 datetime — only entries started at/before this |