---
title: "Retrieve JWT Settings"
method: GET
path: "/api/jwt/settings"
tags: ["JWT"]
---

# Retrieve JWT Settings

`GET /api/jwt/settings`

Retrieve JWT settings for the currently active organization.

## Response `200`

- LSEJWTSettings
  - `api_token_ttl_days` integer, required
  - `api_tokens_enabled` boolean — Enable JWT API token authentication for this organization
  - `legacy_api_tokens_enabled` boolean — Enable legacy API token authentication for this organization

## Changes

- **2026-04-17** `7f42fb54a503` — 1 breaking
  - the `api_token_ttl_days` response property's max was increased from `365.00` to `73000.00` for the response status `200`

[Change history](https://skmtc.dev/humansignal/apis/label-studio-api/changes/api/jwt/settings/get.md)

---

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