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 stringrequired
    featureName stringrequired

Responses

featureLifecycleSchema

Schema

  • Array [

  • stage stringrequired

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

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

    Example: initial
    status string

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

    Example: kept
    enteredStageAt date-timerequired

    The date when the feature entered a given stage

    Example: 2023-01-28T16:21:39.975Z
  • ]

Loading...