Identify last scan/analysis for every Project

Is there an API call to identify every Project’s last analysis run? We need to determine the last time a Project performed an analysis to identify which Projects are no longer using the tool and remove them to reduce our LOC count that is extremely close to hitting our 50M limit (within 60K).

GET api/projects/search will return the lastAnalysisDate for each project.

1 Like

Thanks for the help Colin.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.