Workspaces
Get workspace details from a specified workspace slug.
Columns
| Name | Type | References | Description |
| UUID [KEY] | String | The workspace's immutable id. | |
| Name | String | The name of the workspace. | |
| Slug | String | The short label that identifies this workspace. | |
| IsPrivate | Bool | Whether the workspace is publicly accessible, or private to the team and only visible to team members. | |
| CreatedOn | Datetime | When the workspace was created. | |
| ForkingMode | String | Rule for forking repositories within this workspace. 'allow_forks' means unrestricted forking while 'internal_only' means prevents forking of private repositories outside the workspace or to public repositories. | |
| IsPrivacyEnforced | Bool | Indicates whether the workspace enforces private content, or whether it allows public content. |