list_pipeline_jobs
Retrieve and filter CI/CD pipeline job results to monitor execution status and outcomes for a specific pipeline run.
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) |