workspaces
Retrieve a list of workspace
Retrieve a list of workspace for the authenticated user.
GET
/
teams
/
{team_slug}
/
workspaces
Authorizations
Authorization
string
headerrequiredDefault authentication mechanism
Path Parameters
team_slug
string
requiredThe slug of the team.
Response
200 - application/json
_id
string
requiredThe unique ID of the workspace.
name
string
requiredThe name of the workspace.
description
string
default: requiredThe description of the workspace.
defaultAccess
enum<string>
default: fullrequiredThe 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
meta
object
requiredThe meta of the workspace.
Visibility
any
requiredThe visibility of the workspace. Private workspaces are only visible to members of the workspace.
createdAt
string
requiredThe date and time when the workspace was created.
updatedAt
string
requiredThe date and time when the workspace was last updated.
Was this page helpful?