---
title: "List Feature Overrides"
method: GET
path: "/api/v1/internal/feature-flags/{key}/overrides"
tags: ["internal", "feature-flags"]
---

# List Feature Overrides

`GET /api/v1/internal/feature-flags/{key}/overrides`

List the workspaces that override one feature (deviate from the global
default), with each workspace's current value. Internal admin only.

## Path parameters

- `key` string, required

## Response `200`

Successful Response

- FeatureOverridesResponse — Workspaces that override one feature (deviate from the global default).
  - `key` string, required
  - `overrides` FeatureOverrideWorkspaceItem[], required
    - `workspace_id` string, uuid, required
    - `workspace_name` string, required
    - `enabled` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.net/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/versions/c5094ff58a23/schema)
