---
title: "Get specific feature flag"
method: GET
path: "/api/v1/system/features/{flagName}"
tags: ["system"]
---

# Get specific feature flag

`GET /api/v1/system/features/{flagName}`

Retrieve the status of a specific feature flag

## Path parameters

- `flagName` string, required

## Response `200`

Feature flag retrieved successfully

- FeatureFlagResponseDto
  - `flagName` string, required — Feature flag name
  - `enabled` boolean, required — Whether the feature flag is enabled
  - `lastUpdated` string, required — When the flag was last updated

## Other responses

- `404` — Feature flag not found

---

[API](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification.md) · [All operations](https://skmtc.dev/manifoldfinance/apis/eigenlayer-public-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/manifoldfinance/eigenlayer-public-api-specification/revisions/068b24703dfe/schema)
