Skip to main content
This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the developer documentation.

base44 workspace get

Show details for a single workspace by ID. Does not require a linked project — works from any directory.

Syntax

Arguments

Examples

Output

Human mode prints the workspace’s name, role/personal tag, ID, and subscription tier (if any). With --json, stdout is the workspace object: id, name, userRole, subscriptionTier, isEnterprise.

Errors

  • If the workspace doesn’t exist, or you’re not a member of it, the command fails with a hint to run base44 workspace list.