Get an overview of a project insights.

Deprecated
This endpoint returns insights into the specified projects stats, health, lead time for changes, feature types used, members and change requests.

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

projectInsightsSchema
statsobject
Project statistics
technicalDebtobject
Summary of the projects technical debt
leadTimeobject

Lead time (DORA) metrics

featureTypeCountslist of objects
The number of features of each type
membersobject

Active/inactive users summary

healthobjectDeprecated

Use technicalDebt instead. Summary of the project health

Errors