About 71,500 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 · Intermittent Internal API Error 500 on Commits, Push, Pulls, Clones, CI/CD How to Use GitLab Self-managed

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

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

  5. 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 …

  6. 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.

  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. GitLab API to post inline comment to Merge Request

    Jan 17, 2017 · 11 Using GitLab API it is possible to post a comment to a commit "on a particular line of a particular file" (see here). On Merge Request in order to add comments it's required to use the notes …

  9. 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 \ …

  10. Set pipeline name when triggering with api - GitLab Forum

    Dec 5, 2023 · Set pipeline name when triggering with api We trigger a pipeline using the the API from the command line. This works fine, but the pipeline then shows up with the message of the last …