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
Example response
[
{
"stage": "initial",
"status": "kept",
"enteredStageAt": "2023-01-28T16:21:39.975Z"
}
]