Generate Summary logs by calling API/Endpoint using postman/Curl

We have to automate the generate summary logs in our application so that Admin doesn’t have to go to the website to generate the summary logs manually.

How to call the “tasks/tasks/startexportlogcs” endpoint and what is the request body in this endpoint so that we can generate the summary logs automatically?

Kolibri does not yet have a user-facing HTTP API. We do have an undocumented server command that might be helpful, though.

If you have ssh access to the server, you can run:

kolibri manage exportlogs --output-file=[output-file] --log-type=[log-type]

where [log-type] can be either session or summary