• List the consolidated input context of all stack elements for given type in a workspace.

    Parameters

    • __namedParameters: {
          $type: "action" | "plugin";
          envName?: string;
          externalId?: string;
          stackVersionId: string;
          workspaceId: string;
      }
    • Optionalopts: RequestOpts

    Returns Promise<ConsolidatedContextResponse[]>