List Workspaces and Projects
List Workspaces
You can retrieve a list of all Workspaces of which you are a member with the CLI.
To list Workspaces with the CLI, use the following command:
roboflow workspace listThis will return a list of Workspaces with their corresponding application links and Workspace IDs:
tonyprivate
link: https://app.roboflow.com/tonyprivate
id: tonyprivate
wolfodorpythontests
link: https://app.roboflow.com/wolfodorpythontests
id: wolfodorpythontests
test minimize
link: https://app.roboflow.com/test-minimize
id: test-minimize
List Projects in a Workspace
To list projects in a workspace, use the following command:
Where WORKSPACE_ID is your Roboflow Workspace ID.
This will return a list of Projects:
Get a Project
To get information about a project in the CLI, use the following command:
This will return a JSON object with information about a project, as well as a list of Versions within the project:
Last updated
Was this helpful?