list_pipelines
List automation pipelines - named sequences of jobs that execute in order. Use to view available pipelines and get their UUIDs for triggering.
Instructions
List automation pipelines — named sequences of jobs that execute in order.
A pipeline is distinct from a single job: it orchestrates multiple operations (e.g. deploy to staging → health check → promote to production). To trigger a pipeline, use trigger_pipeline with its UUID.
Args: limit: Maximum number of pipelines to return (default 10, max 200).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |