
How to access the GitLab API? - Stack Overflow
May 4, 2019 · How to access the GitLab API? Asked 6 years, 8 months ago Modified 6 years ago Viewed 12k times
Intermittent Internal API Error 500 on Commits, Push, Pulls, Clones, …
Apr 28, 2025 · Intermittent Internal API Error 500 on Commits, Push, Pulls, Clones, CI/CD How to Use GitLab Self-managed
using CI_JOB_TOKEN for API call inside CI pipeline returns 404
Dec 21, 2023 · The problem is that you will need to re-create such tokens once per year (internal gitlab policy). Of course you will forget about that token and your script will loose ability to …
How can I get all the branches of a project using Gitlab API?
Nov 26, 2022 · Trying to get all the branches under a project using GitLab API, but I can see only 20 branches are returned. How can I get the complete list of all the branches?
how to trigger and pass parameters to a job in a gitlab ci/cd via ...
Mar 24, 2024 · can i pass parameters to a job via REST api call to a gitlab api, to trigger a specific job? I have a python script that runs as a part of the job and i would like to pass parameters to …
How to create "Tasks" in GitLab "Issues" via the GitLab API
Sep 18, 2023 · 3 I am in the process of creating an API that will accept and process POST requests from GitLab webhooks and in turn create "Tasks" for issues that were created in …
405 error when trying to merge MR via API - forum.gitlab.com
Jan 21, 2025 · Problem to solve I create a merge request from my CI job using the REST API. This works correctly and I get a response containing the MR’s iid. I then try to use the (PUT) …
How to run particular jobs in GitLab CI/CD via GitLab API?
Mar 28, 2024 · How to run particular jobs in GitLab CI/CD via GitLab API? Asked 1 year, 9 months ago Modified 1 year, 8 months ago Viewed 844 times
GitLab API - search project - Stack Overflow
Jan 12, 2021 · GitLab API - search project Asked 4 years, 11 months ago Modified 3 years, 7 months ago Viewed 8k times
Where do I find the project ID for the GitLab API?
A GitLab project's main page should come with the "More actions" menu (button with three vertical dots; usually top right) which shows the ID when clicked.