---
title: "Retrieve a list of feature group configurations"
method: GET
path: "/api/v1/feature-groups/{featureGroupId}/configurations"
tags: ["Feature Groups"]
---

# Retrieve a list of feature group configurations

`GET /api/v1/feature-groups/{featureGroupId}/configurations`

This endpoint retrieves a list of feature group configurations by featureGroupId.</br>Required scope: `feature-groups:read` </br>Organization authorization: `supported`</br>This endpoint is feature-flagged and will only be available to operators who have the feature enabled.

## Path parameters

- `featureGroupId` integer, required

## Query parameters

- `page` integer
- `perPage` integer

## Response `200`

List of Feature Group Configurations

- OffsetBasedResponse15
  - `data` FeatureGroupConfiguration[], required
    - `id` integer, required — Id of the feature group configuration.
    - `featureCatalog` FeatureCatalog, required
      - `type` 'team' | 'unknown', required
      - `name` string, required — Name of the feature catalog.
    - `featureConfiguration` 'on' | 'off' | 'hidden' | 'unknown', required
  - `meta` MontaPageMeta, required
    - `itemCount` integer, required
    - `currentPage` integer, required
    - `perPage` integer, required
    - `totalPageCount` integer, required
    - `totalItemCount` integer, required

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/revisions/517e18f11015/schema)
