Get Pipeline Step Logs
get_pipeline_step_logsRetrieve logs from a specific step in a Bitbucket pipeline to debug build failures or review execution details.
Instructions
Get logs for a specific pipeline step.
Args: repo_slug: Repository slug pipeline_uuid: Pipeline UUID step_uuid: Step UUID workspace: Workspace name (optional, defaults to configured workspace)
Returns: Step logs as string
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| step_uuid | Yes | ||
| workspace | No | ||
| pipeline_uuid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |