method WorkspaceService.getWorkspaceEncryptionKeyimport { WorkspaceService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/services/WorkspaceService.ts"; getWorkspaceEncryptionKey(unnamed 0: { workspace: string; }): CancelablePromise<{ key: string; }>retrieves the encryption key for this workspace Parametersunnamed 0: { workspace: string; }ReturnsCancelablePromise<{ key: string; }>any status