---
title: "Returns the global timetracking settings."
method: GET
path: "/timetracking/settings"
tags: ["timeTrackingSettings"]
---

# Returns the global timetracking settings.

`GET /timetracking/settings`

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

## Headers

- `Authorization` string, required

## Response `200`

OK

- TimeTrackingSetting[]
  - `type` string, required — The type of the setting.
  - `enabled` boolean — Whether the setting is enabled.
  - `dayCount` integer, nullable — The day count required for the setting 'allow-on-past-days'.

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
