Workspaces
Get a workspace
Returns the requested workspace.
get/workspaces/{workspace}
Response
The workspace.
typestring required
uuidstring
The workspace's immutable id.
namestring
The name of the workspace.
slugstring
The short label that identifies this workspace.
is_privateboolean
Indicates whether the workspace is publicly accessible, or whether it is private to the members and consequently only visible to members.
is_personalboolean
Indicates whether the workspace belongs to an individual user.
is_privacy_enforcedboolean
Indicates whether the workspace enforces private content, or whether it allows public content.
forking_mode'allow_forks' | 'internal_only'
Controls the rules for forking repositories within this workspace.
- allow_forks: unrestricted forking
- internal_only: prevents forking of private repositories outside the workspace or to public repositories
created_onstring date-time
updated_onstring date-time