---
title: "GET /api/v1/environments/{environment_pk}/feature-lifecycle-counts/"
method: GET
path: "/api/v1/environments/{environment_pk}/feature-lifecycle-counts/"
tags: ["mcp"]
---

# GET /api/v1/environments/{environment_pk}/feature-lifecycle-counts/

`GET /api/v1/environments/{environment_pk}/feature-lifecycle-counts/`

Retrieves the count of features in each lifecycle stage for the specified environment.

## Path parameters

- `environment_pk` integer, required

## Response `200`

- FeatureLifecycleCounts — Number of features in each lifecycle stage for an environment
  - `new` integer, required
  - `live` integer, required
  - `stale` integer, required
  - `permanent` integer, required
  - `needs_monitoring` integer, required
  - `to_remove` integer, required

---

[API](https://skmtc.dev/flagsmith/apis/flagsmith-api.md) · [All operations](https://skmtc.dev/flagsmith/apis/flagsmith-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flagsmith/flagsmith-api/revisions/5a8154d05269/schema)
