bb_get_pipeline_step_log
Retrieve build log output for a specific pipeline step in Bitbucket to diagnose build failures.
Instructions
Get the build log output for a specific pipeline step. Useful for diagnosing build failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | JMESPath expression to filter/transform structured response data. Applied before format conversion. Example: "values[].{name: full_name, lang: language}" — see https://jmespath.org for syntax | |
| repo_slug | Yes | The repository name | |
| step_uuid | Yes | The step UUID (with or without curly braces) | |
| workspace | Yes | The workspace or username | |
| output_format | No | Response format: "text" (default, human-readable), "json" (structured JSON), or "toon" (Token-Oriented Object Notation — compact tabular format that reduces LLM token consumption by 30-60%) | |
| pipeline_uuid | Yes | The pipeline UUID (with or without curly braces) |