---
title: "Get a list of opt-in/out features."
method: GET
path: "/v1/featureSettings"
tags: ["orgFeatureSettings"]
---

# Get a list of opt-in/out features.

`GET /v1/featureSettings`

Get a list of opt-in/out features for the organization.

## Response `200`

A list of opt-in/out features for the organization.

- FeatureSettingsResponse
  - `featureSettings` FeatureSettingsModel[] — List of opt-in/out features.
    - `id` string, required — Id of the feature.
    - `settings` Setting[], required — List of settings.
      - `key` string, required — The key for the setting.
      - `value` string, required — The value for the setting.
    - `name` string, required — Name of the feature (user-friendly).
    - `description` string, required — Details of the feature.
    - `type` string, required — Type of the feature
    - `lastModifiedAt` string, date-time, nullable, required — Last modification timestamp in UTC.
    - `lastModifiedBy` string, nullable, required — Identifier of the user who last modified the resource.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/revisions/e4e4c7554890/schema)
