Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Find project in gitlab by ID

Tags:

gitlab

How i can find a project in Gitlab by ID? I found description to search by issue id #123 and MR !123 but not find by id

like image 354
mocart Avatar asked Sep 09 '25 18:09

mocart


2 Answers

As mentioned by Daly in the comments, you can browse to

https://gitlab.com/projects/{id}

and be redirected to the appropriate project.

like image 158
Eyal Levin Avatar answered Sep 13 '25 18:09

Eyal Levin


Have you read the API-docs? https://docs.gitlab.com/ee/api/projects.html#get-single-project

GET /projects/:id
like image 27
Waize Avatar answered Sep 13 '25 19:09

Waize