---
search:
  tags:
    - account
    - POST
seo:
  description: >-
    Resumes a paused time tracker by creating a new active interval… Reference
    for the POST /account/time-tracker/{id}/resume endpoint in the Leadtime
    Public API.
sidebar:
  label: Resume paused time tracker
  badge: POST
title: Resume paused time tracker
type: openapi-operation
---
Resumes a paused time tracker by creating a new active interval starting at the current time.

When resuming a tracker, all other running trackers for the user are automatically paused (only one tracker can run at a time). This ensures accurate time tracking without overlaps.

The tracker will continue accumulating time until paused or stopped again.

`POST /account/time-tracker/{id}/resume`
