T
Twenty11mo ago
paulyili

how do we get the workspace ID ?

trying to migrate from 0.4.0 to 0.10.1
2 Replies
D_Gamer
D_Gamer11mo ago
You can try decoding the Token. It consists workspace and user information
charles
charles11mo 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?