list_pipeline_jobs
List jobs for a specific pipeline with optional status filters, pagination, and inclusion of retried jobs.
Instructions
List jobs for a specific pipeline
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| pipeline_id | No | Pipeline ID | |
| scope | No | Filter by job status | |
| include_retried | No | Include retried jobs | |
| page | No | Page number (1-indexed) | |
| per_page | No | Results per page (1-100) |