• Returns a list of workspaces. You should definitely pass limit and offset, even though it can technically be un-paged for backwards compatibility. If you need to fetch a specific small number of workspaces, pass slugs instead.

    Parameters

    Returns Promise<{
        totalCount: number;
        workspaces: DeviceApi.Workspace[];
    }>