timedoctor_get_worklog
Retrieve detailed Time Doctor work-session logs (start times, duration, task/project, mode) for a user or company within a specified time range. Query up to 7-day windows for best performance.
Instructions
Get detailed Time Doctor work-session log (start times, duration, task/project, mode) for a user or company within a time range. For best performance, query <=7-day windows at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ISO 8601 end of range (exclusive). | |
| from | No | ISO 8601 start of range (inclusive). | |
| user | No | Comma-separated user IDs. Defaults to the authenticated user. | |
| company | Yes | Company ID. | |
| taskProjectNames | No | Resolve task/project names instead of only IDs. |