---
title: "List Feature Flags"
method: GET
path: "/api/admin/feature-flags"
tags: ["admin-feature-flags"]
---

# List Feature Flags

`GET /api/admin/feature-flags`

## Response `200`

Successful Response

- FeatureFlagListResponse
  - `items` FeatureFlagItem[], required
    - `id` string, required
    - `name` string, required
    - `key` string, required
    - `flag_type` 'rollout' | 'kill_switch' | 'experiment', required
    - `scope` 'global' | 'workspace', required
    - `enabled` boolean
    - `workspace_id` string, nullable
    - `workspace_name` string, nullable
    - `description` string, nullable
    - `expires_at` string, date-time, nullable
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `total` integer, required

---

[API](https://skmtc.net/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.net/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/a57f684e7966/schema)
