---
title: "Get a single feature control by name"
method: GET
path: "/api/feature-control/{name}"
---

# Get a single feature control by name

`GET /api/feature-control/{name}`

Returns the basic details of a feature control, excluding its history.

## Path parameters

- `name` string, required

## Headers

- `x-cdp-request-id` string

## Response `200`

Successfully retrieved the feature control.

- FeatureControl
  - `name` string
  - `type` 'list-string' | 'list-number' | 'boolean' | 'date' | 'string' | 'number'
  - `value` union
    - string
    - number
    - boolean
    - string[]
    - number[]
  - `scopes` string[]

## Other responses

- `400` — Bad Request - Validation error.
- `401` — Unauthorized.
- `404` — Not Found - Feature control does not exist.

## Changes

- **2026-07-14** `b8b34d6e2e33` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/defra/apis/grants-config-broker-api-2/changes/api/feature-control/:name/get.md)

---

[API](https://skmtc.dev/defra/apis/grants-config-broker-api-2.md) · [All operations](https://skmtc.dev/defra/apis/grants-config-broker-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/defra/grants-config-broker-api-2/revisions/85983688c7e3/schema)
