v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Features

Get all features lifecycle stage count

Information about the number of features in each lifecycle stage.

get/api/admin/lifecycle/count

Response

featureLifecycleCountSchema

initialnumber required

Number of features in the initial stage

preLivenumber required

Number of features in the pre-live stage

livenumber required

Number of features in the live stage

completednumber required

Number of features in the completed stage

archivednumber required

Number of features in the archived stage

Example response

{
  "initial": 1,
  "preLive": 1,
  "live": 1,
  "completed": 1,
  "archived": 1
}