I didn't find any api query to get the projects list with the project creation date(not last analysys date).
GET api/projects/search
The above query giving only project names but without creation date.
How to get the report for this? I tried running sql query on postgres database directly but there last analysis date also showing as created_at date and getting multiple records for same project.