---
title: "Get current HR warnings for the authenticated user"
method: GET
path: "/v1/organizations/{orgId}/hr-warnings"
tags: ["HR Warnings"]
---

# Get current HR warnings for the authenticated user

`GET /v1/organizations/{orgId}/hr-warnings`

Returns real-time work-limit warnings based on the user's contract, employment model, and current working time. Includes contract target warnings, legal maximum warnings, and break reminders. Accounts for overlapping tasks and the currently running timer. No parameters needed — the endpoint resolves the running timer and computes all durations server-side.

## Path parameters

- `orgId` string, required

## Response `200`

HR warnings with effective working time totals

## Other responses

- `401` — Unauthorized — invalid user, teams not activated, or business plan required

---

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