---
title: "Get enabled features for workspace"
method: GET
path: "/features"
tags: ["workspaces"]
---

# Get enabled features for workspace

`GET /features`

Returns only the feature flags that are currently enabled for the specified workspace. Disabled features are not included to prevent information leakage.

## Response `200`

Map of enabled features (only enabled flags are included)

- object
  - `features` object — Map of feature keys to enabled state (always true). Disabled features are omitted.

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials
- `403` — Forbidden - You do not have access to this workspace
- `404` — Not found - Workspace does not exist

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/revisions/dfa264bc72ee/schema)
