list_pipelineruns
Retrieve Tekton PipelineRuns from a Kubernetes namespace to monitor execution status, timing, and completion details for pipeline analysis.
Instructions
List Tekton PipelineRuns in a namespace with status and timing details.
Args:
namespace: Kubernetes namespace to query.
Returns:
List[Dict]: PipelineRuns with keys: name, pipeline, status, started_at, completed_at, duration.
Empty list if none found. [{"error": "msg"}] on failure.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | Yes |