Get an overview of a project.
This endpoint returns an overview of the specified projects stats, project health, number of members, which environments are configured, and the features types in the project.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
Response
projectOverviewSchema
version
The schema version used to describe the project overview
name
The name of this project
onboardingStatus
The current onboarding status of the project.
stats
Project statistics
description
Additional information about the project
defaultStickiness
A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy
mode
The project’s collaboration mode. Determines whether non-project members can submit change requests or not.
Allowed values:
featureLimit
A limit on the number of features allowed in the project. Null if no limit.
featureNaming
Create a feature naming pattern
linkTemplates
A list of templates for links that will be automatically added to new feature flags.
members
The number of members this project has
technicalDebt
An indicator of the project’s technical debt on a scale from 0 to 100
environments
The environments that are enabled for this project
featureTypeCounts
The number of features of each type that are in this project
updatedAt
When the project was last updated.
archivedAt
When the project was archived.
createdAt
When the project was created.
favorite
true if the project was favorited, otherwise false.
healthDeprecated
Use technicalDebt instead.