List of files changed
One answer
You can use the generatechangelog task from the build toolkit.
Comments
The scm cli has "list changesets" command that has 'created-after' option to specify the date to list the change sets. You can then use "list changes" command to list changes in the change set.
Or similar to the generatechangelog task mentioned above you could use the 'compare' command to compare two snapshots or compare the snapshot with a workspace/stream to list the changesets.