List CI jobs
gitlab_list_jobsRetrieve GitLab CI jobs for a pipeline or entire project, with optional status filters and pagination to inspect job results.
Instructions
Jobs of a pipeline or of the whole project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| scope | No | ||
| per_page | No | Items per page, max 100 (default 20) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| pipeline_id | No | Jobs of one pipeline; omit for all project jobs |