how do we get the workspace ID ?

trying to migrate from 0.4.0 to 0.10.1
2 Replies
D_Gamer
D_Gamer2y ago
You can try decoding the Token. It consists workspace and user information
charles
charles2y ago
you can also look in your developer console network tab. Look at the GetCurrentUser query, it should be somewhere in the response You can also browse your postgres database and you'll find your workspaces in the core.workspace table

Did you find this page helpful?