Short answer: You can list gitlab branches in GitLab by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GitLab List GitLab Branches action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.