I succeeded in downloading them through LW GraphQL at https://lesswrong.com/graphiql.
query { posts( selector: { rejected: {karmaThreshold: -990} } ) { results { contents_latest version modifiedAt userId pageUrlRelative linkUrl postedAtFormatted htmlBody rejectedReason } } }
I succeeded in downloading them through LW GraphQL at https://lesswrong.com/graphiql.