RyTask docs
REST APITimers

Get the caller's active timer

Returns the running timer, or `null` when nothing is running. Requires `work:read`.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/timers/active

Returns the running timer, or null when nothing is running. Requires work:read.

Authorization

bearerAuth
AuthorizationBearer <token>

A session access token or a personal access token.

In: header

Response Body

application/json

curl -X GET "https://example.com/timers/active"
{  "data": {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "workItemId": "1769c5a2-ca6e-4792-8bf1-b1a261dc7481",    "startedAt": "2019-08-24T14:15:22Z",    "note": "string"  }}