Add pagination to get actions endpoint

Implemented cursor-based actions pagination.

We did it this way to avoid offset-pagination drift (missing/duplicate rows on live updates) and to keep paging stable and efficient for a time-ordered action feed.

Edited by Ahmed Ilyas

Merge request reports

Loading