I know there are a few different ways to get a list schema as an xml file. With the url {sharepoint site url}/_vti_bin/owssvr.dll?Cmd=ExportList&List={List GUID} or with PnP PowerShell https://pnp.github.io/powershell/cmdlets/Get-PnPList.html
But I want to get previous versions of the lists schema, so I can try and find if columns have been deleted or modified over time and if so when and how.
Does anyone know of a way to get previous versions of the list schema?