---
title: "List Ttl Settings"
method: GET
path: "/api/v1/orgs/ttl-settings"
tags: ["orgs"]
---

# List Ttl Settings

`GET /api/v1/orgs/ttl-settings`

List out the configured TTL settings for a given org (org-level and tenant-level).

## Response `200`

Successful Response

- TTLSettings[]
  - `tenant_id` string, uuid, nullable
  - `default_trace_tier` 'longlived' | 'shortlived', required
  - `apply_to_all_projects` boolean
  - `id` string, uuid, required
  - `organization_id` string, uuid, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `configured_by` 'system' | 'user', required
  - `longlived_ttl_days` integer, nullable

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/versions/a0acb3a6a101/schema)
