How to get active flow configuration via admin api

Hi,
I can access the unsaved flow configuration by clicking on Menu>export>clipboard

How can I access the same via admin apis?

I tried using /flow/:id and /flows but that only gives deployed flows.

Hi - same answer as you got in slack.

The unsaved flow configuration only exists in the browser displaying the editor. The runtime knows nothing about it and there is no admin api for it.

Can you expand on why you want to access it from the runtime? There may be another way to think about the problem. For example, if the runtime did have access to the editor, what would you do if two users had the editor open and both had made some changes?