Get commit list between 2 tags

If I have a git repository with tags representing the versions of the releases.
How can I get the list of the commits between two tags through the gitlab api?

Hi,

I’d say this is possible with the compare endpoint. Just keep in mind that tags are pointing to commits, same as branches or HEAD. That way you can easily compare Git history.

Cheers,
Michael