List Pipeline Jobs
gitlab_list_pipeline_jobsRetrieve jobs for a GitLab pipeline by providing project and pipeline IDs. Supports optional filters for scope, pagination, and including retried jobs.
Instructions
List jobs for a specific pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| scope | No | ||
| per_page | No | ||
| project_id | Yes | ||
| pipeline_id | Yes | ||
| include_retried | No |