Get feature lifecycle

Information about the lifecycle stages of the feature.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Path parameters

projectIdstringRequired
featureNamestringRequired

Response

featureLifecycleSchema
stageenum
The name of the lifecycle stage that got recorded for a given feature
Allowed values:
enteredStageAtstringformat: "date-time"
The date when the feature entered a given stage
statusstring or null
The name of the detailed status of a given stage. E.g. completed stage can be kept or discarded.

Errors