Search code examples
gitlabgitlab-api

How to get list of pull requests using API in GitLab


I would like to know if there is any API available from Gitlab to get all pull requests details for a repository.

I did search across gitlab documentation. But I couldn't find the proper API link.

Please suggest.

Best Regards Gowtham


Solution

  • There are all the APIs you need in the official documentation. In Gitlab they are called Merge requests, not Pull requests, this is probably why you haven't found them