Find student's most recent interaction

Is there any way to find out when a student most recently interacted with a Replit Team. I am looking for edits, not submissions of work, The only way I can see to do this at the moment is to look at the history of every file that a student might have editted, in every project in the team,.

Just realised I can get the most recent edit in a project by going in to the shell and typing ls -t -l *.java. But that still means that I have to look at each project individually.

@dsutton/@dsuttonbrookes The only way to do this without having to look at every project manually is to use some of Replit’s undocumented APIs. Without any knowledge of them, the easiest way is to go through every project manually.