I would like to check whether it is possible to retrieve step logs from a pipeline using the Harness API as a direct output, instead of having to download them as log files. Having the logs returned as API output would make it much easier for us to parse and extract the required details programmatically. Currently, when logs are provided only as downloadable files, we need to download the ZIP, save it locally, extract it, locate the relevant log file, open it, and then parse the contents. This entire process has to be repeated for each pipeline, which is inefficient and time-consuming. Providing the step logs directly in the API response would significantly simplify automation and analysis on our side. For reference, you can also look at this related ticket: https://support.harness.io/hc/en-us/requests/103346