Is there an option to retrieve the HTML of a message?

While checking the documentation, I came across get_data function (get_data - KumoMTA Docs), but it doesn’t seem to return the HTML content. My expectation is to retrieve the actual HTML body of an email.

I believe this is something that you need to implement by parsing the mime and then extracting whatever parts you require

kcli inspect-sched-q - KumoMTA Docs maybe work? but it is eml message ,not html message..
I develop a WebUI to inspect html eml message

Parse_mime was just released