> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# workspace get

> Show details for a single workspace by ID

Show a workspace's name, your role, and its subscription tier by workspace ID. Fails if you are not a member of a workspace with that ID.

## Usage

```bash theme={null}
base44 workspace get <workspace-id>
```

## Arguments

| Argument       | Description  | Required |
| -------------- | ------------ | -------- |
| `workspace-id` | Workspace ID | Yes      |

## Flags

| Flag     | Description                                                                                                    |
| -------- | -------------------------------------------------------------------------------------------------------------- |
| `--json` | Output the workspace as JSON. See [JSON output](/developers/references/cli/commands/introduction#json-output). |

## See also

* [`workspace list`](/developers/references/cli/commands/workspace-list): List all the workspaces you belong to
* [`workspace move`](/developers/references/cli/commands/workspace-move): Move an app to another workspace
