list_pipeline_jobs_tool
List CI/CD pipeline jobs with pagination and scope filters to inspect statuses like failed or running. Retrieve job details for any project pipeline.
Instructions
List jobs for a CI/CD pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| scope | No | Filter by job scope (created, pending, running, failed, success, canceled, skipped, manual) | |
| per_page | No | Results per page, max 100 (default: 20) | |
| project_id | Yes | Project ID or path | |
| pipeline_id | Yes | Pipeline ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||