---
title: "Get current user's clock status (clocked in, out, or on lunch)."
method: GET
path: "/Clocking/status"
tags: ["Clocking"]
---

# Get current user's clock status (clocked in, out, or on lunch).

`GET /Clocking/status`

## Response `200`

OK

- ClockStatusResponseDto — Response DTO for clock status
  - `userId` string
  - `status` string
  - `clockInTime` string, date-time, nullable
  - `lunchStartTime` string, date-time, nullable
  - `elapsedMinutes` union
    - integer
    - string, int32
  - `currentEntry` TimeEntryResponseDto
    - `id` string
    - `userId` string
    - `user` UserSummaryDto
      - `id` string
      - `email` string
      - `firstName` string, nullable
      - `lastName` string, nullable
      - `displayName` string, nullable
      - `type` string
      - `roleId` string, nullable
      - `roleName` string, nullable
    - `date` string
    - `timeIn` string, date-time
    - `timeOut` string, date-time, nullable
    - `lunchIn` string, date-time, nullable
    - `lunchOut` string, date-time, nullable
    - `notes` string, nullable
    - `totalHours` union
      - number, double
      - string, double
    - `lunchDuration` union
      - integer
      - string, int32
    - `status` string
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
  - `requiresTimeTracking` boolean
  - `user` UserSummaryDto
    - `id` string
    - `email` string
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `displayName` string, nullable
    - `type` string
    - `roleId` string, nullable
    - `roleName` string, nullable

---

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