Project Reports
Run governance and health reports across your workspace
The Reports Dashboard provides governance and health analysis across your entire workspace. Reports scan your data model, API definitions, schemas, diagrams, and content to identify issues, measure completeness, and track quality.
| Report category | What it checks |
|---|---|
| API completeness | Endpoints, operations, and methods that are missing descriptions, schemas, or examples |
| API breaking changes | Changes between versions that would break existing consumers |
| Schema health | Schemas with missing fields, unused types, or validation issues |
| Model coverage | Entities and relationships in the data model that lack documentation or API representation |
| Governance compliance | Adherence to architectural governance rules defined in project settings |
| Broken links | Internal references that point to missing or renamed targets |
| Orphan elements | Entities, schemas, or content blocks that are no longer referenced |
| Cross-API consistency | Naming and structure consistency across different API types |
| Unresolved foreign keys | Properties marked as foreign keys with no target, or names suggesting unmarked foreign keys |
| Unresolved derived properties | Derived or computed-on-read properties missing their source path definitions |