---
title: "Get evaluated feature flags"
method: GET
path: "/api/v1/featureflags"
tags: ["Feature Flags"]
---

# Get evaluated feature flags

`GET /api/v1/featureflags`

Returns all feature flags and configs for the project environment associated with the provided client API key. Feature flag values are evaluated for the optional user identifier.

## Headers

- `user` string

## Response `200`

Evaluated feature flags and configs for the client environment.

- FeatureFlagsResponse — Evaluated feature flags and dynamic configs.
  - `featureFlags` object, required — Map of feature flag names to evaluated boolean values.
  - `configs` object, required — Map of config names to arbitrary JSON objects.

## Other responses

- `401` — The X-API-Key header is missing, invalid, or revoked.

## Changes

- **2026-07-10** (v1) `7c7fcc603818` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/lrfoster03/apis/feature-flags-api/changes/api/v1/featureflags/get.md)

---

[API](https://skmtc.dev/lrfoster03/apis/feature-flags-api.md) · [All operations](https://skmtc.dev/lrfoster03/apis/feature-flags-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lrfoster03/feature-flags-api/revisions/7c7fcc603818/schema)
