Gitlab-api : Get list of merge requests ordered by merged date

Please help me to get list of merge requests based on merged date. Last updated date is not necessarily merged date. I think, sorting based on merged_date is not available. Please help me how to achieve that sorting based on merged_date.

Hi, from what I see here: Merge requests API | GitLab it’s not possible, since the only options for ordering are:

I would therefore suggest opening an issue here asking the Gitlab Devs to provide additional ordering abilities if the updated_at field is incorrect: Issues · GitLab.org / GitLab · GitLab