gitlab-org--gitlab-foss/doc/api/ci
Achilleas Pipinellis e8ab096f58 Bring back api/builds.md and direct to api/jobs.md
[ci skip]
2017-03-07 12:10:15 +01:00
..
README.md
builds.md Bring back api/builds.md and direct to api/jobs.md 2017-03-07 12:10:15 +01:00
lint.md Use v4 endpoint in API docs 2017-03-01 18:39:40 +01:00
runners.md Clarify which token should be used to delete a runner 2016-10-10 16:03:26 +02:00

README.md

GitLab CI API

Purpose

The main purpose of GitLab CI API is to provide the necessary data and context for GitLab CI Runners.

All relevant information about the consumer API can be found in a separate document.

API Prefix

The current CI API prefix is /ci/api/v1.

You need to prepend this prefix to all examples in this documentation, like:

GET /ci/api/v1/builds/:id/artifacts

Resources