As far I can tell, after reading the documentation, working with the application for some years, and grepping around the source, DDT doesn't expose any of the response status code, the body of the request if it's JSON, or the rendered response. Is this right?
Surely, at least the response status should be shown every time, while the request/response body can be useful when the request come from an external resource, e.g. a webhook, and is not available to inspect elsewhere.