---
title: "List leave types"
method: GET
path: "/leave_types"
tags: ["leave types"]
---

# List leave types

`GET /leave_types`

Retrieves a paginated list of available leave types.

## Response `200`

A list of LeaveType objects.

- LeaveTypesResponse
  - `data` LeaveType[]
    - `id` integer — Unique identifier for the leave type.
    - `description` string, nullable — A detailed description of the leave type. Can be null.
    - `guid` string, uuid, required — A unique GUID for the leave type.
    - `name` string, required — The name of the leave type.
    - `deleted_at` string, date-time, nullable — Timestamp when the leave type was deleted. Can be null.
    - `created_at` string, date-time — The time of creation.
    - `updated_at` string, date-time — The time of last update.
    - `type` string — The object type.
    - `uid` string — The globally unique identifier (UID) for the leave type.
  - `paging` object
    - `per_page` integer — The maximum number of items to show per response page.
    - `page` integer — The current response page number.
    - `previous` string, nullable — If you're on the first page, this value is `null`; otherwise the value is the path and query parameters to get the previous page of items.
    - `self` string — The path and query parameters to get the current page of items.
    - `next` string, nullable — If there are more items, this value is the path and query parameters to get the next page of items; otherwise, it's `null`.

---

[API](https://skmtc.dev/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.dev/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/revisions/e4c439ac13f2/schema)
