v7

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

Get feature lifecycle

Information about the lifecycle stages of the feature.

get/api/admin/projects/{projectId}/features/{featureName}/lifecycle

Path parameters

projectIdstring required
featureNamestring required

Response

featureLifecycleSchema

stage'initial' | 'pre-live' | 'live' | 'completed' | 'archived' required

The name of the lifecycle stage that got recorded for a given feature

statusstring

The name of the detailed status of a given stage. E.g. completed stage can be kept or discarded.

enteredStageAtstring date-time required

The date when the feature entered a given stage

Example response

[
  {
    "stage": "initial",
    "status": "kept",
    "enteredStageAt": "2023-01-28T16:21:39.975Z"
  }
]