---
title: "GET /mr-api/application/{id}/features"
method: GET
path: "/mr-api/application/{id}/features"
tags: ["FeatureService"]
---

# GET /mr-api/application/{id}/features

`GET /mr-api/application/{id}/features`

get all features available in this application

## Response `200`

Gets all features, alphabetically sorted

- Feature[]
  - `id` string, uuid
  - `key` string — Unique within this application
  - `alias` string — use this in code, as then people cannot guess your new features from their names
  - `link` string
  - `name` string, required — description if any
  - `valueType` 'BOOLEAN' | 'STRING' | 'NUMBER' | 'JSON'
  - `version` integer — used for optimistic locking when renaming a feature
  - `whenArchived` string, date-time
  - `secret` boolean — should the config remain invisible to users without secret permission
  - `description` string
  - `metaData` string — Metadata that may need to be stored. Intended for ADK use. No data limit (stored as CLOB)

## Other responses

- `400` — Bad Request
- `401` — no permission
- `403` — forbidden

---

[API](https://skmtc.net/featurehub-io/apis/managementresourceapi.md) · [All operations](https://skmtc.net/featurehub-io/apis/managementresourceapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/featurehub-io/managementresourceapi/versions/faed5fd616c3/schema)
