Short answer: Drop the "GitLab → List GitLab Pipelines" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Project ID project_id | string | Required | Project ID. Example: 123 |
Branch/Tag ref | string | Optional | Branch/Tag. Example: main |
Status status | options | Optional | Status. Options: All, Running, Pending, Success, Failed, Canceled |
Per Page per_page | string | Optional | Per Page. e.g. "20" |
{"project_id": "e.g. 123","ref": "e.g. main","status": "{{trigger.status}}","per_page": "20"}
[{"id": 789,"ref": "main","sha": "abc123","status": "success","web_url": "https://gitlab.com/group/project/-/pipelines/789","created_at": "2025-01-15T12:00:00Z"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.