Short answer: You can list gitlab pipelines in GitLab by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GitLab List GitLab Pipelines action to a workflow, map its 4 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 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.