Skip to main content
GET
Get a feature

Authorizations

X-API-Key
string
header
required

Team-scoped API key created in the app (Settings → API Keys). Sent as X-API-Key: <key> on every request.

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Feature detail

id
string<uuid>
required
Example:

"b2c3d4e5-f6a7-4b8c-9d0e-000000000002"

theme_id
string<uuid>
required

The parent theme.

Example:

"a1b2c3d4-e5f6-4a7b-8c9d-000000000001"

title
string
required
Example:

"Dark mode toggle in settings"

ric_score
number
required
Example:

6.9

status
enum<string>
required
Available options:
active,
declined,
shipped,
parked
Example:

"active"

description
string
Example:

"A user-controllable dark / light toggle in the settings panel."

insight_count
integer
Example:

12

unique_customer_count
integer
Example:

9

created_at
string<date-time>
Example:

"2026-04-05T00:00:00Z"

updated_at
string<date-time>
Example:

"2026-06-01T00:00:00Z"

severity_breakdown
object
Example:
top_insights
object[]
affected_customers
object[]