Get pipeline
gitlab_get_pipelineRetrieve a GitLab pipeline and its details, including jobs, durations, and failure reasons. Pass pipeline_id and optional project_id to fetch the information.
Instructions
A pipeline with its jobs, durations and failure reasons.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| pipeline_id | Yes | ||
| include_jobs | No | Include the job list (default true) | |
| include_variables | No |