I worked through this on my own, here is my hobbyist solution… good is good enough, right?
// get the entire attachments data… everything
var urldata = [record.get(‘Attachments’)];
// stingify the data into one messey long piece of text.
var urldata2...