Hi folks,
I have an API call running from a flow that is supposed to pull down log files in ndjson format. It all works ok but it only returns a single line of json. When I pull the logs using the same queries from curl I get multiple lines.
How can I get the API call to get all of the multi line body?
Thanks