list_pipeline_jobs
Retrieve every job in a GitLab pipeline using its pipeline ID. Filter by job scope, paginate results, and include retried jobs to inspect or troubleshoot pipeline runs.
Instructions
List all jobs in a specific pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| scope | No | The scope of jobs to show | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or URL-encoded path | |
| pipeline_id | No | The ID of the pipeline | |
| include_retried | No | Whether to include retried jobs |