list_pipeline_runs
Retrieve and filter pipeline execution instances in Alibaba Cloud DevOps to monitor deployment workflows and analyze run status.
Instructions
[Pipeline Management] Get a list of pipeline run instances with filtering options
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID, can be found in the basic information page of the organization admin console | |
| pipelineId | Yes | Pipeline ID to list runs for | |
| perPage | No | Number of items per page, default 10, max 30 | |
| page | No | Page number, default 1 | |
| startTime | No | Execution start time filter in milliseconds timestamp format | |
| endTime | No | Execution end time filter in milliseconds timestamp format | |
| status | No | Run status filter: FAIL, SUCCESS, or RUNNING | |
| triggerMode | No | Trigger mode filter: 1-Manual, 2-Scheduled, 3-Code commit, 5-Pipeline, 6-Webhook |