---
title: "Get Time Off Types"
method: GET
path: "/resource-planner/time-off-types"
tags: ["Time Off"]
---

# Get Time Off Types

`GET /resource-planner/time-off-types`

List the time-off types defined for the team (e.g. Vacation, Sick Leave).

## Response `200`

OK

- TimeOffType[]
  - `id` number
  - `name` string
  - `color` string
  - `paid` boolean
  - `description` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/everhour/apis/everhour-api.md) · [All operations](https://skmtc.dev/everhour/apis/everhour-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/everhour/everhour-api/revisions/fc6136e33352/schema)
