v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Projects

Get a health report for a project.

This endpoint returns a health report for the specified project. This data is used for the technical debt insights

get/api/admin/projects/{projectId}/health-report

Path parameters

projectIdstring required

Response

healthReportSchema

versioninteger required

The project overview version.

namestring required

The project's name

descriptionstring nullable

The project's description

defaultStickinessstring required

A default stickiness for the project affecting the default stickiness value for variants and Gradual Rollout strategy

mode'open' | 'protected' | 'private' required

The project's collaboration mode. Determines whether non-project members can submit change requests or not.

featureLimitnumber nullable

A limit on the number of features allowed in the project. Null if no limit.

membersinteger required

The number of users/members in the project.

healthinteger required

Use technicalDebt instead.

technicalDebtnumber required

An indicator of the project's technical debt on a scale from 0 to 100

updatedAtstring date-time nullable

When the project was last updated.

createdAtstring date-time nullable

When the project was last updated.

favoriteboolean

Indicates if the project has been marked as a favorite by the current user requesting the project health overview.

potentiallyStaleCountnumber required

The number of potentially stale feature flags.

activeCountnumber required

The number of active feature flags.

staleCountnumber required

The number of stale feature flags.