Get the caller's active timer
Returns the running timer, or `null` when nothing is running. Requires `work:read`.
Returns the running timer, or null when nothing is running. Requires work:read.
Authorization
bearerAuth 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" }}Report: my week (in progress) GET
**Status: in progress — ships in the next release.** One person's Monday-to-Sunday week: total tracked, the split, tracked-beside-estimate per item, and what was completed. `weekStart` must be a Monday (UTC) or the API answers 400.
Start a timer on a work item POST
Starts the caller's timer on this item. If another timer is already running for the caller, it is stopped first (its elapsed time becomes a time log) — there is never more than one active timer per person. Requires `work:write`.