---
title: "List feature previews"
method: GET
path: "/v2/feature-previews"
tags: ["FeaturePreviews"]
---

# List feature previews

`GET /v2/feature-previews`

Returns the full catalog of feature previews, each marked enabled
 according to the current user's saved choice (or its default).

## Response `200`

OK

- ListFeaturePreviewsResponse
  - `previews` FeaturePreview[]
    - `slug` string — Stable identifier of the feature (e.g. "sidebar_v2").
    - `name` string — Human-readable name shown in the list.
    - `summary` string — Short one-line summary.
    - `description_markdown` string — Markdown body describing the feature.
    - `requires_refresh` boolean — Whether the page must be reloaded for the change to take effect.
    - `order` integer — Display order in the list.
    - `enabled` boolean — Whether the current user has this feature enabled.

---

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