CallbackHandler access document

Hi

we use the Hosted solution and edit documents using the CallbackHandler.
Question: Is there a way to get the document at any time? Not only after the CallbackHandler notifies us once all users are done editing the document?
We would like to provide a way to download most recent version of the document from another page in our application at any time.

Thanks!
Dani

Hello @thisisme
Please note the new version of a file is built when editing session is over. But I think there’s a workaround solution for your scenario. Please take a look at this title: ONLYOFFICE Api Documentation - Saving File
I think this is what you are looking for. You can run ForceSave process to build a new version of the file without closing editing session.
If I misunderstood your question, please clarify it.