Get an overview of a project.

View as Markdown
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

projectIdstringRequired

Response

projectOverviewSchema
versioninteger
The schema version used to describe the project overview
namestring
The name of this project
onboardingStatusobject
The current onboarding status of the project.
statsobject
Project statistics
descriptionstring or null
Additional information about the project
defaultStickinessstring
A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy
modeenum
The project's [collaboration mode](https://docs.getunleash.io/concepts/project-collaboration-mode). Determines whether non-project members can submit change requests or not.
Allowed values:
featureLimitdouble or null
A limit on the number of features allowed in the project. Null if no limit.
featureNamingobject
Create a feature naming pattern
linkTemplateslist of objects
A list of templates for links that will be automatically added to new feature flags.
membersdouble
The number of members this project has
technicalDebtdouble0-100
An indicator of the [project's technical debt](https://docs.getunleash.io/concepts/technical-debt#project-status) on a scale from 0 to 100
environmentslist of objects
The environments that are enabled for this project
featureTypeCountslist of objects
The number of features of each type that are in this project
updatedAtstring or nullformat: "date-time"
When the project was last updated.
archivedAtstring or nullformat: "date-time"
When the project was archived.
createdAtstring or nullformat: "date-time"
When the project was created.
favoriteboolean

true if the project was favorited, otherwise false.

healthdoubleDeprecated

Use technicalDebt instead.

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error