circleci_list_pipelines
Retrieve CircleCI pipelines for a project or organization. Filter results by branch to focus on 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 |