Info_Workspaces
Access workspace-level details, including sheets and folders, for better organizational insights.
Table Specific Information
Select
Retrieve all Workspaces.
SELECT * FROM Info_Workspaces
Retrieve all details for a specific Workspace.
SELECT * FROM Info_Workspaces WHERE Id = '2928085806875091'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | A globally unique identifier (GUID) for the workspace, used to distinguish it from other workspaces. | |
| Name | String | The user-defined name of the workspace, used for organization and identification. | |
| Favorite | Boolean | Indicates whether the workspace has been marked as a favorite by the user for quick access. | |
| AccessLevel | String | Specifies the permissions level assigned to the user for this workspace, such as Viewer, Editor, or Admin. | |
| Permalink | String | A permanent URL that provides a direct link to access the workspace within Smartsheet. |