get_running_time_entry
Retrieve the currently running time entry for a user. Check timer status before starting or stopping to avoid conflicts.
Instructions
Get the timer that is currently running for a user (defaults to the token owner). Returns the active entry or empty if no timer is running. Use to check whether a timer is on before starting/stopping.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| assignee | No | User id to check. Omit to check the token owner's running timer. |