Get project status

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

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

projectStatusSchema
activityCountByDatelist of objects

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

healthobject
Information about the project's health rating
technicalDebtobject
Information about the project's health rating
resourcesobject
Key resources within the project
staleFlagsobject
Information on stale and potentially stale flags in this project.
lifecycleSummaryobject
Feature flag lifecycle statistics for this project.

Errors