Gather Merge Request related to Pipeline via API
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=23358)
</details>
<!--IssueSummary end-->
Hello,
It is not possible to to get from a pipeline id to the potential mergerequest id with the current API, without listing each mergerequest manually.
From the UI, we can got in the pipeline page, click on the commit and a the mergerequest (if applicable) id is given to the user. Is it possible to access to this feature from the v4 REST API? The UI performs a call to an JSON API: `https://gitlab.server/path/to/project/commit/80dda390d116c06e1382390bb0a2ccc604141757/merge_requests.json`
issue