-
由 Marcel Amirault 创作于
Update format for admin and api docs
由 Marcel Amirault 创作于Update format for admin and api docs
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。
pipelines.md 19.17 KiB
stage: Verify
group: Pipeline Execution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments
Pipelines API
DETAILS: Tier: Free, Premium, Ultimate Offering: SaaS, self-managed
Pipelines pagination
By default, GET
requests return 20 results at a time because the API results
are paginated.
Read more on pagination.
List project pipelines
iid
in response introduced in GitLab 14.6.name
in response introduced in GitLab 15.11 with a flag namedpipeline_name_in_api
. Disabled by default.name
in request introduced in 15.11 with a flag namedpipeline_name_search
. Disabled by default.name
in response generally available in GitLab 16.3. Feature flagpipeline_name_in_api
removed.name
in request generally available in GitLab 16.9. Feature flagpipeline_name_search
removed.
List pipelines in a project. Child pipelines are not included in the results, but you can get child pipeline individually.
GET /projects/:id/pipelines