List all project pipelines
Lists all pipelines in a project. By default, child pipelines are not included in the results. To return child pipelines, set source to parent_pipeline.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ”The project ID or URL-encoded path
Example
11Query Parameters
Section titled “ Query Parameters ”Current page number
Example
1Number of items per page
Example
20The scope of pipelines
Example
pendingThe status of pipelines
Example
pendingThe ref of pipelines
Example
developThe sha of pipelines
Example
a91957a858320c0e17f3a0eca7cfacbff50ea29aReturns pipelines with invalid configurations
Example
falseThe username of the user who triggered pipelines
Example
rootReturn pipelines updated before the specified datetime. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
Example
2015-12-24T15:51:21.880ZReturn pipelines updated after the specified datetime. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
Example
2015-12-24T15:51:21.880ZReturn pipelines created before the specified datetime. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
Example
2015-12-24T15:51:21.880ZReturn pipelines created after the specified datetime. Format: ISO 8601 YYYY-MM-DDTHH:MM:SSZ
Example
2015-12-24T15:51:21.880ZOrder pipelines
Example
statusSort pipelines
Example
ascThe source of pipelines
Example
pushFilter pipelines by name
Example
Build pipelineResponses
Section titled “ Responses ”OK
object
Example
{ "id": 1, "iid": 2, "project_id": 3, "sha": "0ec9e58fdfca6cdd6652c083c9edb53abc0bad52", "ref": "feature-branch", "status": "success", "source": "push", "created_at": "2022-10-21T16:49:48.000+02:00", "updated_at": "2022-10-21T16:49:48.000+02:00", "web_url": "https://gitlab.example.com/gitlab-org/gitlab-foss/-/pipelines/61"}Bad Request
Unauthorized
Forbidden
Not Found