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

# Get a single feature control by name with full details

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

Returns the full details of a feature control, including its update history.

## Path parameters

- `name` string, required

## Headers

- `x-cdp-request-id` string

## Response `200`

Successfully retrieved the detailed feature control.

- DetailedFeatureControl
  - `name` string
  - `type` 'list-string' | 'list-number' | 'boolean' | 'date' | 'string' | 'number'
  - `value` union
    - string
    - number
    - boolean
    - string[]
    - number[]
  - `scopes` string[]
  - `status` 'active' | 'expired' | 'withdrawn'
  - `displayName` string
  - `description` string
  - `owner` string
  - `createdBy` string
  - `expiryDate` string, date-time
  - `roleRequired` string[]
  - `created` string, date-time
  - `lastUpdated` string, date-time
  - `lastUpdatedBy` string
  - `history` FeatureControlHistory[]
    - `value` union
      - string
      - number
      - boolean
      - string[]
      - number[]
    - `setBy` string
    - `dateTime` string, date-time
    - `note` string

## Other responses

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

---

[API](https://skmtc.net/defra/apis/grants-config-broker-api.md) · [All operations](https://skmtc.net/defra/apis/grants-config-broker-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/defra/grants-config-broker-api/versions/8af3c6dc00fe/schema)
