---
title: "Get Feature Flag"
method: GET
path: "/feature-flags/{flag_name}"
tags: ["feature-flags"]
---

# Get Feature Flag

`GET /feature-flags/{flag_name}`

Return a specific feature flag value resolved for the current user.

## Path parameters

- `flag_name` string, required

## Response `200`

Successful Response

- FlagResponse
  - `name` string, required
  - `value` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
