Skip to main content

Get project status

GET 

/api/admin/projects/:projectId/status

This endpoint returns information on the status the project, including activities, health, resources, and aggregated flag lifecycle data.

Request

Path Parameters

    projectId stringrequired

Responses

projectStatusSchema

Schema

    activityCountByDate

    object[]

    required

    Array of activity records with date and count, representing the project’s daily activity statistics.

  • Array [

  • date stringrequired

    Activity date

    Example: 2022-12-14
    count integerrequired

    Activity count

  • ]

  • averageHealth integerrequired

    The average health score over the last 4 weeks, indicating whether features are stale or active.

    resources

    object

    required

    Key resources within the project

    connectedEnvironments numberrequired

    The number of environments that have received SDK traffic in this project.

    apiTokens numberrequired

    The number of API tokens created specifically for this project.

    members numberrequired

    The number of users who have been granted roles in this project. Does not include users who have access via groups.

    segments numberrequired

    The number of segments that are scoped to this project.

Loading...