Dear all, I recently wrote a bash script that, with the help of jq command to parse the JSON ouput, sends out an e-mail with the latest connections in Guacamole, using the History REST API. I am calling the history REST API with curl with this URL (after authentication, of course): https://<guacamole URL>/guacamole/api/session/data/mysql/history/connections
Suddenly, from last 14th of January, the history API does not output data after the 13th of January. In the GUI, the data is shown correctly. I am wondering if it is a limit of curl, that is outputting a maximum of rows and discards the rest. Is there any filter I can use in history REST API to limit the output only for the dates I need to report? I tried to use some parameters in GET querystring but it doesn't work. I based my work upon this unofficial documentation: https://github.com/ridvanaltun/guacamole-rest-api-documentation/blob/master/docs/HISTORY.md Thanks in advance. Best Regards. Lorenzo
