GET /api/open/v1/projects/:projectId/summary — returns aliases, key files, detected disciplines, and entity counts for a project.
Returns a rich, pre-computed summary of a project’s ingested content — including name aliases, title candidates, the most structurally significant source files, detected engineering disciplines, and aggregate entity counts. Use this endpoint to quickly understand what a project contains before querying it in depth.
Array of the most structurally significant source files, such as drawing sets and specification books. Each entry is a ProjectSource object describing the file’s metadata and classification.
Engineering and design disciplines identified in the project’s drawings and documents (e.g., "architectural", "structural", "mechanical", "electrical", "plumbing").
The summary is computed incrementally as jobs complete. For projects with ongoing jobs, counts and key files may not reflect the most recently uploaded documents until those jobs reach a terminal status.