list_pipeline_jobs
Retrieve and filter jobs from a CI/CD pipeline to monitor execution status and results. Use this tool to check job progress, identify failures, and track pipeline completion.
Instructions
List all jobs in a CI/CD pipeline to see results
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository identifier (GitLab: "group/project" or ID, GitHub: "owner/repo") | |
| pipeline_id | Yes | Pipeline/workflow run ID | |
| status | No | Filter by job status | |
| page | No | Page number (default: 1) | |
| per_page | No | Items per page (default: 20, max: 100) |