get_pipeline_logs
Retrieve pipeline execution logs or list available steps for debugging Bitbucket CI/CD workflows. Provide repository slug and pipeline UUID to access detailed run information.
Instructions
Get logs for a pipeline run.
If step_uuid is not provided, returns list of steps to choose from.
Args:
repo_slug: Repository slug
pipeline_uuid: Pipeline UUID
step_uuid: Step UUID (optional, get from steps list first)
Returns:
Pipeline logs or list of available stepsInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pipeline_uuid | Yes | ||
| step_uuid | No |