GitLab Jobs API

The GitLab Jobs API allows you to interact with CI/CD jobs in GitLab projects. It supports listing, retrieving, canceling, retrying, and erasing jobs, as well as downloading job artifacts and viewing job logs for build and deployment automation.

API entry from apis.yml

apis.yml Raw ↑
aid: gitlab:apiv4jobs
name: GitLab Jobs API
tags:
- Builds
- CI/CD
- Job
tags_raw:
- Build
- CI/CD
- Jobs
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: https://gitlab.com/api/v4
humanURL: https://docs.gitlab.com/api/jobs/
overlays: []
properties:
- url: https://docs.gitlab.com/api/jobs/
  type: Documentation
- url: https://docs.gitlab.com/api/rest/authentication/
  type: Authentication
description: The GitLab Jobs API allows you to interact with CI/CD jobs in GitLab projects. It supports
  listing, retrieving, canceling, retrying, and erasing jobs, as well as downloading job artifacts and
  viewing job logs for build and deployment automation.