---
title: "List feature configurations"
method: GET
path: "/v1/platform/features"
tags: ["features"]
---

# List feature configurations

`GET /v1/platform/features`

Returns a consolidated view of default models and disabled models per feature for the workspace.

## Response `200`

OK

- FeaturesFeatureConfig[]
  - `default_model` string
  - `disabled_models` string[]
  - `feature` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server 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)
