Get Pipeline Config
get_pipeline_configRetrieve a Bitbucket repository's pipeline configuration, including its enabled status and next build number. Requires admin repository scope.
Instructions
Get the repository pipelines configuration (enabled flag, next build number).
Note: this endpoint requires the admin:repository scope. A read-only token
receives a 403 listing the missing privilege.
Args: repo_slug: Repository slug workspace: Workspace name (optional, defaults to configured workspace)
Returns: Pipelines configuration (enabled, next_build_number)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| workspace | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |