Chronological order for activity logs

Hello,

The API reference on Activity Logs states that when the from or to arguments are not provided, the activity logs returned by monday.com are in reverse-chronological order.

This leads to the obvious assumption that if from and to are provided, the logs are returned in chronological order.

However, this does not appear to be the case. Regardless of the arguments passed to the activity_logs query, results are always streamed in reverse-chronological order.

This is problematic for systems which need to process events in a chronological fashion as the only logical approach to do so is to first download the entire activity logs history between to and from and reverse-sort the logs.

I would like to request that some soft of order parameter be made available on the activity_logs query for systems which need to process logs in a chronological order.

Thank you for reading!

Hi @ilareguy,

Thanks for submitting the feature request for this!

Just checked with the API team, and it is expected behavior to return them in reverse chronological order (even without the args). We will get this updated in the docs to eliminate any confusion :slight_smile:

Best,
Rachel