circleci_list_pipelines
List CircleCI pipelines for any project or organization, with optional branch filtering to retrieve specific pipeline runs.
Instructions
List CircleCI pipelines for a project or organization. Optionally filter by branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | CircleCI personal API token | |
| project_slug | No | Project slug e.g. gh/MyOrg/my-repo. Omit to list all org pipelines. | |
| branch | No | Filter by branch name | |
| org_slug | No | Org slug when listing all pipelines (e.g. gh/MyOrg) | |
| page_token | No | Pagination token |