Skip to main content
GET
Read a feature memory entry by key.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Api-key
string | null

Path Parameters

feature_key
string
required

Response

Successful Response

key
string
required

Stable feature key, for example customer.login_count_30d. Use letters, numbers, underscores, dots, colons, or hyphens.

Required string length: 1 - 255
content
string
required

Freeform markdown explaining what the feature means and how to calculate it.

Minimum string length: 1
id
string<uuid>
required
organisation_id
string
required
version
integer
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
annotations
Annotations · object

Optional lightweight metadata such as tags, owner, review hints, datasets, or implementation notes. Keep primary meaning in content.

status
enum<string>
default:active
Available options:
active,
deprecated
created_by_member_id
string<uuid> | null
updated_by_member_id
string<uuid> | null
last_edit_reason
string | null