Unparsed responses for webhooks

I received an unparsed response for my webhook:

A few questions:

  1. Is the displayed unparsed response the exact raw response that was returned by the endpoint? Or has it been manipulated at all by the webhook?
  2. To confirm, is the status code still 200? It seems like if the status code is not 200, it should always be displayed like this:

    Is that correct?
  1. The unparsed response should be unmodified by the webhook
  2. Yes it appears that the status code was okay (and it did in fact return some data) but that data did not align with what was expected in your output format for the webhook

Is there a way to see the raw response, in such cases, in the History tab for the webhook, in Data Connection?