list_my_timers
Lists all active and finished timers owned by the current user across every task. Retrieve your personal time tracking data from all tasks at once.
Instructions
List the authenticated user's time trackers across all tasks.
Returns one TimeTracker per active or finished timer the current
user owns; the wire data lives on the time_trackers field of the
/users/current.json response (no dedicated list endpoint).
Use Task.time_trackers instead when you only want one task's
timers across all users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |