---
title: "Get list of all existing stopwatches"
method: GET
path: "/user/stopwatches"
tags: ["user"]
---

# Get list of all existing stopwatches

`GET /user/stopwatches`

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

StopWatchList

- StopWatch[]
  - `created` string, date-time — Created is the time when the stopwatch was started
  - `duration` string — Duration is a human-readable duration string
  - `issue_index` integer — IssueIndex is the index number of the associated issue
  - `issue_title` string — IssueTitle is the title of the associated issue
  - `repo_name` string — RepoName is the name of the repository
  - `repo_owner_name` string — RepoOwnerName is the name of the repository owner
  - `seconds` integer — Seconds is the total elapsed time in seconds

---

[API](https://skmtc.net/gitea/apis/gitea-api.md) · [All operations](https://skmtc.net/gitea/apis/gitea-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitea/gitea-api/revisions/350de506cefa/schema)
