Workspaces
List Workspaces
Returns a list of all Workspaces that the authenticated user can access. Supports pagination via offset and count query parameters.
get/v1/workspaces
Query parameters
containing_workspace_idinteger nullable
Filter Workspaces by the ID of the containing Workspace. Pass null or an empty value to return only root-level Workspaces (those with no containing Workspace); omitting the parameter returns all accessible Workspaces.
offsetinteger
The number of Workspaces to skip before starting to collect the result set. Must be non-negative. Defaults to 0.
countinteger
The maximum number of Workspaces to return. Must be non-negative. Defaults to and is capped at 100.
Response
The request has succeeded.