Close menu
Explore Plans
Mobile menu Close menu
Clockify

Find the running timer

Pro plus icon This query returns the currently running time entry (timer) in the selected workspace, or no result when no timer is running.

Developer info

API endpoint slug
clockify.find_running_timer
Runtime method
performQuery("clockify.find_running_timer"}

Query fields

Workspace Dropdown list

Label
Workspace
Helper text
Which workspace to check for a running timer
Slug
workspace
Required
true
Can have default value
false

Ingredients

Project name The name of the project.

Slug
project_name
Filter code
Clockify.findRunningTimer.ProjectName
Type
String
Example
Website Redesign

Description The description of the running time entry.

Slug
description
Filter code
Clockify.findRunningTimer.Description
Type
String
Example
Working on homepage layout

Start The start date and time of the running entry.

Slug
start_time
Filter code
Clockify.findRunningTimer.Start
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00

Project client name The name of the project's client.

Slug
project_client_name
Filter code
Clockify.findRunningTimer.ProjectClientName
Type
String
Example
Acme Corp

Task name The name of the task.

Slug
task_name
Filter code
Clockify.findRunningTimer.TaskName
Type
String
Example
Design mockups

Duration hours The elapsed duration in hours so far.

Slug
duration_hours
Filter code
Clockify.findRunningTimer.DurationHours
Type
String
Example
2

Duration minutes The elapsed duration in minutes so far.

Slug
duration_minutes
Filter code
Clockify.findRunningTimer.DurationMinutes
Type
String
Example
30

Is billable Whether the running entry is marked billable (true or false).

Slug
is_billable
Filter code
Clockify.findRunningTimer.IsBillable
Type
String
Example
true