---
search:
  tags:
    - account
    - GET
seo:
  description: >-
    Returns all time trackers for the current user. The Time Tracker is a…
    Reference for the GET /account/time-tracker endpoint in the Leadtime Public
    API API.
sidebar:
  badge: GET
  label: List all time trackers
title: List all time trackers
type: openapi-operation
---
Returns all time trackers for the current user. The Time Tracker is a real-time time tracking feature that allows users to measure work time while actively working on tasks or projects.

Each tracker can be associated with a specific task or project, includes activity categorization, optional comments, and tracks time through intervals (start/end periods).

Response includes calculated fields:
- isRunning: Whether the tracker currently has an active interval
- hours: Total tracked time in hours (sum of all intervals plus correction)
- autoEnded: Whether any interval was automatically ended at end of day
- isOld: Whether the tracker contains intervals from previous days
- hoursPadded/minutesPadded: Formatted time strings for display

Also returns lastInteraction timestamp indicating when the user last interacted with any tracker.

<Operation source="api-reference" id="timetrackercontroller-list" />
