Currently /folders/{folderId}/projects lists all projects of that folder/workspace with only "id" and "name". It gives everything including completed projects and without further information it is impossible to tell completed from uncompleted. Even the endpoint to get a specific project does not return more information, so I couldn't even loop over all and make a request for each. Would it be possible to include more information in either /folders/{folderId}/projects or /projects/{projectId}? Or add a query parameter to filter on certain things like completed. Thanks Peter