Skip to main content

Get feature lifecycle

GET 

<your-unleash-url>/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 [
  • stagestringrequired

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

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

    Example: initial
    statusstring

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

    Example: kept
    enteredStageAtdate-timerequired

    The date when the feature entered a given stage

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

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L '<your-unleash-url>/api/admin/projects/:projectId/features/:featureName/lifecycle' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!