list_pipelines
Retrieve and filter pipelines in an organization by creation time, execution time, name, status, and pagination options for pipeline management.
Instructions
[Pipeline Management] Get a list of pipelines in an organization 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 | |
| createStartTime | No | Creation start time in milliseconds timestamp format (e.g., 1729178040000). For filtering pipelines created after this time. | |
| createEndTime | No | Creation end time in milliseconds timestamp format (e.g., 1729178040000). For filtering pipelines created before this time. | |
| executeStartTime | No | Execution start time in milliseconds timestamp format (e.g., 1729178040000). For filtering pipelines executed after this time. | |
| executeEndTime | No | Execution end time in milliseconds timestamp format (e.g., 1729178040000). For filtering pipelines executed before this time. | |
| pipelineName | No | Pipeline name for filtering | |
| statusList | No | Pipeline status list, comma separated (SUCCESS,RUNNING,FAIL,CANCELED,WAITING) | |
| perPage | No | Number of items per page, default 10, max 30 | |
| page | No | Page number, default 1 |