GitLab Pipelines API

The GitLab Pipelines API provides programmatic access to CI/CD pipelines in GitLab projects. It supports listing, creating, retrying, and canceling pipelines, as well as retrieving pipeline details and variables for automating continuous integration and delivery workflows.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4pipelines
name: GitLab Pipelines API
tags:
- CI/CD
- Continuous Integration
- Pipelines
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/pipelines/
overlays: []
properties:
- url: https://docs.gitlab.com/api/pipelines/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Pipelines API provides programmatic access to CI/CD pipelines in GitLab projects.
  It supports listing, creating, retrying, and canceling pipelines, as well as retrieving pipeline details
  and variables for automating continuous integration and delivery workflows.