---
title: "Get Playground Settings"
method: GET
path: "/api/v1/playground-settings/{playground_settings_id}"
tags: ["playground-settings"]
---

# Get Playground Settings

`GET /api/v1/playground-settings/{playground_settings_id}`

Get a single playground settings by ID.

## Path parameters

- `playground_settings_id` string, required

## 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

## Other responses

- `422` — Validation Error

---

[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/revisions/a0acb3a6a101/schema)
