Is there a way to recover a version of a GitLab Managed Terraform state?

Hi all, first time here.

I have a self-managed instance of GitLab running in my place.
I recently moved some of the Terraform state files from a project into the Gitlab Managed Terraform states provider in there, and everything was running smoothly.
Now, a coworker was migrating another tfstate file, and during that process they mistakenly overwrote one of the files I had moved before.
Is there a way to recover the state file to the previous version? Maybe with a Git or GraphQL command?

Thanks!