list_recent_pipeline_runs
Retrieve recent Tekton PipelineRuns across namespaces to monitor execution status and analyze workflow performance in Konflux/OpenShift environments.
Instructions
List recent Tekton PipelineRuns across all accessible namespaces, sorted by start time.
Args:
limit: Max PipelineRuns to retrieve (default: 10).
Returns:
Dict[str, List[Dict]]: Namespace to PipelineRun list. Each run has: namespace, name,
start_time, status, pipeline, labels.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |