get_pipeline_step_log
Retrieve log output for a specific pipeline step in Bitbucket to monitor execution details and troubleshoot CI/CD processes.
Instructions
Get the log output for a pipeline step.
Args: repo_slug: Repository slug (name) pipeline_uuid: Pipeline UUID (with or without braces) step_uuid: Step UUID (with or without braces) workspace: Bitbucket workspace (optional if configured)
Returns: Step log content
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| pipeline_uuid | Yes | ||
| step_uuid | Yes | ||
| workspace | No |