list_pipelines
Retrieve recent CI/CD pipelines for a project, newest first. Filter by status and set a limit; if truncated, increase the limit to see all runs.
Instructions
[READ] Recent pipelines/runs for a project, newest first.
Returns {project, pipelines:[...], returned, limit, truncated}. When 'truncated' is true the server had MORE pipelines than were returned — re-run with a higher limit rather than treating the list as complete. Truncation is measured (one extra row is fetched), never guessed.
Args: project: Project id or full path ('group/project' / 'owner/repo'). status: Optional status filter (e.g. failed, success, running, pending). limit: Max rows to return (default 20, max 99). target: Server target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| status | No | ||
| target | No | ||
| project | Yes |