How to config Gatling Report as REST Api?

After Every Load test, the report was generated at target folder.

How can i config the gatling to get the report from REST service.?

I have written the simulation program in the main source file. I will trigger the load test every time the rest api through http://localhost:8000/loadTest GET method. The result will be generated on Target folder. How can i show the result as this response of the request above url.