Short answer: You can get gitlab project in GitLab by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the GitLab Get GitLab Project action to a workflow, map its 1 input 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 or group%2Fproject |
{"project_id": "e.g. 123 or group%2Fproject"}
{"id": 123,"name": "My Project","web_url": "https://gitlab.com/group/my-project","star_count": 10,"visibility": "private","description": "Our main application","forks_count": 3,"default_branch": "main","open_issues_count": 8,"path_with_namespace": "group/my-project"}
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.