Skip to main content

Get feature lifecycle

GET /api/admin/projects/:projectId/features/:featureName/lifecycle

Information about the lifecycle stages of the feature.

Request

Path Parameters

  • projectId string required
  • featureName string required
Responses

featureLifecycleSchema

Schema
  • Array [
  • stage string required

    Possible values: [initial, pre-live, live, completed, archived]

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

  • enteredStageAt date-time required

    The date when the feature entered a given stage

  • ]
Loading...