get_workspace
Retrieve workspace details by ID, including name, color, timestamps, and type. Resolve workspace IDs to display names for subsequent operations.
Instructions
Get a single workspace by ID.
Returns name, display_color, created_at, archived_at (if archived), and type. Useful for resolving a workspace ID into its display name before referring to it in subsequent operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Workspace ID, e.g. 'wrkspc_01Jw...' |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||