---
title: "List all feature flags"
method: GET
path: "/v1/feature-flags"
tags: ["feature-flags"]
---

# List all feature flags

`GET /v1/feature-flags`

Returns all feature flags with their current values.

## Response `200`

Successful response

- object
  - `flags` object[], required
    - `key` string, required
    - `label` string, required
    - `enabled` union, required
      - boolean
      - string
    - `defaultEnabled` union, required
      - boolean
      - string
    - `description` string, required

---

[API](https://skmtc.net/vellum-ai/apis/vellum-gateway-api.md) · [All operations](https://skmtc.net/vellum-ai/apis/vellum-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vellum-ai/vellum-gateway-api/versions/0ce2a9dec32d/schema)
