DESC WORKSPACE

Overview

Displays basic information about a specified workspace, including its creator, creation time, and type.

Syntax

DESC WORKSPACE <name>

Parameters

  • <name>: The workspace name.

Return Columns

ColumnDescription
nameWorkspace name
creatorUsername of the creator
created_timeCreation time, format yyyy-mm-dd hh:mm:ss
last_modified_timeLast modification time
commentComment or description
typeWorkspace type, e.g. managed

Examples

DESC WORKSPACE quick_start;

Sample output:

info_nameinfo_value
namequick_start
creatoradmin
created_time2025-01-15 10:27:21
last_modified_time2025-01-15 11:34:39
comment
typemanaged