GET
/
teams
/
{team_slug}
/
workspaces

Authorizations

Authorization
string
header
required

Default authentication mechanism

Path Parameters

team_slug
string
required

The slug of the team.

Response

200 - application/json
_id
string
required

The unique ID of the workspace.

createdAt
string
required

The date and time when the workspace was created.

defaultAccess
enum<string>
default:
full
required

The default access level of the workspace. Full access allows members to perform all actions in the workspace. Read access allows members to view the workspace but not make changes.

Available options:
full,
read-only
description
string
default:
required

The description of the workspace.

Maximum length: 120
meta
object
required

The meta of the workspace.

name
string
required

The name of the workspace.

updatedAt
string
required

The date and time when the workspace was last updated.

Visibility
any
required

The visibility of the workspace. Private workspaces are only visible to members of the workspace.