This query returns the currently running time entry (timer) in the selected workspace, or no result when no timer is running.
- API endpoint slug
- clockify.find_running_timer
- Runtime method
- performQuery("clockify.find_running_timer"}
Query fields
- Label
- Workspace
- Helper text
- Which workspace to check for a running timer
- Slug
- workspace
- Required
- true
- Can have default value
- false
Ingredients
- Slug
- project_name
- Filter code
- Clockify.findRunningTimer.ProjectName
- Type
- String
- Example
- Website Redesign
- Slug
- description
- Filter code
- Clockify.findRunningTimer.Description
- Type
- String
- Example
- Working on homepage layout
- Slug
- start_time
- Filter code
- Clockify.findRunningTimer.Start
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
- Slug
- project_client_name
- Filter code
- Clockify.findRunningTimer.ProjectClientName
- Type
- String
- Example
- Acme Corp
- Slug
- task_name
- Filter code
- Clockify.findRunningTimer.TaskName
- Type
- String
- Example
- Design mockups
- Slug
- duration_hours
- Filter code
- Clockify.findRunningTimer.DurationHours
- Type
- String
- Example
- 2
- Slug
- duration_minutes
- Filter code
- Clockify.findRunningTimer.DurationMinutes
- Type
- String
- Example
- 30
- Slug
- is_billable
- Filter code
- Clockify.findRunningTimer.IsBillable
- Type
- String
- Example
- true