list_pipeline_trigger_jobs
Fetch trigger jobs (bridges) in a pipeline to see which downstream pipelines were triggered, with optional filtering by status and pagination.
Instructions
List all trigger jobs (bridges) in a specific pipeline that trigger downstream pipelines
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| scope | No | The scope of trigger jobs to show | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or URL-encoded path | |
| pipeline_id | No | The ID of the pipeline |