---
title: "List Playground Settings"
method: GET
path: "/api/v1/playground-settings"
tags: ["playground-settings"]
---

# List Playground Settings

`GET /api/v1/playground-settings`

Get all playground settings for this tenant id.

## Response `200`

Successful Response

- PlaygroundSettingsResponse[]
  - `id` string, uuid, required
  - `settings` object, required
  - `options` PlaygroundSavedOptions
    - `requests_per_second` integer, nullable
  - `name` string, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `description` string, nullable
  - `settings_type` 'complex' | 'simple'
  - `created_by_ls_user_id` string, uuid, nullable
  - `updated_by_ls_user_id` string, uuid, nullable
  - `available_in_playground` boolean
  - `available_in_evaluators` boolean
  - `available_in_agent_builder` boolean
  - `available_in_polly` boolean
  - `available_in_insights_heavy` boolean
  - `available_in_insights_light` boolean
  - `oauth_enabled` boolean, nullable
  - `oauth_token_url` string, nullable
  - `oauth_client_id` string, nullable
  - `oauth_client_secret` string, nullable
  - `oauth_token_endpoint_auth_method` 'client_secret_basic' | 'client_secret_post', nullable
  - `oauth_params` object, nullable
  - `oauth_headers` object, nullable

## Changes

- **2026-05-27** `a0acb3a6a101` — 2 warning, 7 info
  - removed the optional property `items/available_in_issues_agent_heavy` from the response with the `200` status
  - removed the optional property `items/available_in_issues_agent_light` from the response with the `200` status
  - added the optional property `items/oauth_client_id` to the response with the `200` status
  - added the optional property `items/oauth_client_secret` to the response with the `200` status
  - …5 more
- **2026-04-30** `99490d1e837e` — 2 info
  - added the optional property `items/available_in_issues_agent_heavy` to the response with the `200` status
  - added the optional property `items/available_in_issues_agent_light` to the response with the `200` status

[Change history](https://skmtc.dev/langchain-ai/apis/langsmith/changes/api/v1/playground-settings/get.md)

---

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