List Workspaces

You can list all workspaces associated with your Roboflow account using the Python SDK.

import roboflow

rf = roboflow.Roboflow(api_key="YOUR_API_KEY")
workspaces = rf.workspace_list()
print(workspaces)