Sign in

List pipelines

documented

List pipelines for the project.

GET /projects/:id/pipelinesProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://gitlab.com/api/v4/projects/{{$project_id}}/pipelines?ref_name={{$ref_name}}&status={{$status}}&per_page={{$per_page}}&page={{$page}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "PRIVATE-TOKEN: {{GITLAB_API_KEY}}"