About 71,600 results
Open links in new tab
  1. How to access the GitLab API? - Stack Overflow

    May 4, 2019 · How to access the GitLab API? Asked 6 years, 7 months ago Modified 6 years ago Viewed 12k times

  2. Intermittent Internal API Error 500 on Commits, Push, Pulls, Clones, CI ...

    Apr 28, 2025 · Problem to solve Hi all, I manage an instance of Gitlab for an academic institution. Recently, at seemingly random, users will begin getting an “Internal API Error 500” on any command …

  3. 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?

  4. 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 access gitlab api. …

  5. 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 that script.

  6. 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 GitLab. Example …

  7. Gitlab API for downloading plain diff for a merge request

    Feb 19, 2024 · How can I download plain diff for a gitlab merge request? There is an option in the UI. Is there a way to do this using API/python SDK?

  8. 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, 8 months ago Modified 1 year, 8 months ago Viewed 828 times

  9. GitLab API - search project - Stack Overflow

    Jan 12, 2021 · GitLab API - search project Asked 4 years, 11 months ago Modified 3 years, 6 months ago Viewed 8k times

  10. GitLab API - get the overall # of lines of code - Stack Overflow

    Dec 12, 2024 · Here is the scenario: I have an MR with 30 commits. GitLab API provides support to get the stats (lines of code added\deleted) per Commit (individually). If I go in GitLab UI, go to the MR \ …