---
title: "Retrieve feature flag evaluation for workspace"
method: GET
path: "/features/{featureKey}"
tags: ["featureFlags"]
---

# Retrieve feature flag evaluation for workspace

`GET /features/{featureKey}`

Evaluates a specific feature flag for the workspace with full details including variant and payload. Useful for testing and debugging feature flag targeting.

## Path parameters

- `featureKey` string, required

## Query parameters

- `account` string

## Response `200`

Feature flag evaluation result with details

- object
  - `enabled` boolean
  - `evaluatedAt` string, date-time
  - `featureKey` string
  - `payload` object
  - `variant` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication credentials
- `403` — Forbidden - You do not have access to this feature flag
- `404` — Not found - Feature flag not found

---

[API](https://skmtc.net/blaxel/apis/blaxel-control-plane.md) · [All operations](https://skmtc.net/blaxel/apis/blaxel-control-plane/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blaxel/blaxel-control-plane/versions/dfa264bc72ee/schema)
