Short answer: Drop the "GitLab → List GitLab Branches" 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 or Path project_id | string | Required | Project ID or Path. Example: 123 |
Search search | string | Optional | Filter branches by name |
Per Page per_page | string | Optional | Per Page. e.g. "20" |
{"project_id": "e.g. 123","search": "e.g. feature/","per_page": "20"}
[{"name": "main","commit": {"id": "abc123","title": "Initial commit","short_id": "abc123"},"default": true,"web_url": "https://gitlab.com/group/project/-/tree/main","protected": true}]
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.