Get Pipeline Config
get_configFetch CircleCI config for a project's latest or specified pipeline. Returns source and compiled YAML to review configuration.
Instructions
Fetch the CircleCI config for a project's latest pipeline (or a specific pipeline). Returns source YAML (as written) and compiled YAML (after orb expansion). Use this as the starting point for any config review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch to filter when resolving the latest pipeline. Ignored if pipeline_id is set. | |
| pipeline_id | No | Specific pipeline UUID. If omitted, fetches the latest pipeline for project_slug. | |
| project_slug | No | Project slug (e.g. gh/org/repo or circleci/orgID/projectID). Required if pipeline_id is not provided. |