list_pipeline_jobs
List jobs for a specific pipeline in a GitLab project. Filter by status, paginate results, and include retried jobs for detailed pipeline analysis.
Instructions
List jobs for a specific pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed) | |
| scope | No | Filter by job status | |
| per_page | No | Results per page (1-100) | |
| project_id | No | Project ID or URL-encoded path | |
| pipeline_id | No | Pipeline ID | |
| include_retried | No | Include retried jobs |