Timer status (read-only)
keeping_timer_statusCheck if a Keeping timer is currently running by retrieving the most recent time entry. Returns is_running boolean to guide next action: stop or resume timer.
Instructions
Returns the most recent time entry for the authenticated user plus a derived is_running boolean indicating whether a Keeping timer is currently running. Read-only; no API mutation. Use this to decide whether keeping_stop_timer (running timer → stop) or keeping_resume_timer (stopped entry → resume) is the appropriate next call (both ship in Phase 3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organisation_id | No | Override KEEPING_ORG_ID; required for multi-org tokens. |