---
title: "Get time clocks"
method: GET
path: "/time-clock/v1/time-clocks"
tags: ["Time Clock:v1:TimeClocks"]
---

# Get time clocks

`GET /time-clock/v1/time-clocks`

Retrieve a list of time clocks associated with the account

## Response `200`

Successful Response

- APIResponseTimeClocksResponse
  - `requestId` string
  - `data` TimeClocksResponse, required
    - `timeClocks` TimeClock[], required — The time clocks
      - `id` integer, required — The ID of the time clock
      - `name` string, required — The name of the time clock
      - `isArchived` boolean, required — Whether the time clock is archived

## Other responses

- `422` — Validation Error

---

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