[v3] Timer

Get timer status

Return current timer status for the authenticated user.

get/v3/timer/status

Headers

Acceptstring
Example:application/json
Content-Typestring
Example:application/json

Response

OK

Example response

{
  "timer": {
    "startedAt": "2026-06-17 08:00:00"
  },
  "presentation": {
    "color": "#ffcc00",
    "breadcrumb": "Parent - Root"
  }
}

Changes