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

# squarecloud workspace info

> Displays detailed information about a workspace on Square Cloud.

Shows the workspace ID, name, owner and creation date, followed by a table of its members (name, member ID, group and join date) and a table of its shared applications (name, app ID, language and memory), when present. The workspace ID is required.

```bash theme={null}
squarecloud workspace info <workspaceID>
```

```bash theme={null}
squarecloud workspace info <workspaceID> --json
# Prints the raw workspace object as JSON.
```

Use `squarecloud workspace info --help` for more information about this command.
