---
title: "Get visible running timers"
method: GET
path: "/v3/timer/running"
tags: ["[v3] Timer"]
---

# Get visible running timers

`GET /v3/timer/running`

Return running timers for users visible in the authenticated user's permission tree.

## Headers

- `Accept` string

## Response `200`

OK

- object[]
  - `timerId` integer, required
  - `userId` integer, required
  - `taskId` integer, nullable, required
  - `startedAt` string, required
  - `name` string, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — The authenticated OAuth2 access token or PAT does not contain any scope accepted by the endpoint.

---

[API](https://skmtc.dev/timecamp/apis/timecamp-api.md) · [All operations](https://skmtc.dev/timecamp/apis/timecamp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timecamp/timecamp-api/revisions/047f6ac362aa/schema)
