---
title: "Get workspace feature flags"
method: GET
path: "/api/w/{wId}/feature-flags"
tags: ["Private Workspace"]
---

# Get workspace feature flags

`GET /api/w/{wId}/feature-flags`

Returns the list of enabled feature flags for the workspace.

## Path parameters

- `wId` string, required

## Response `200`

List of feature flags

- PrivateFeatureFlags — Workspace feature flags response.
  - `feature_flags` string[], required — List of enabled feature flag names for the workspace

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/5fb378acc79f/schema)
