Get pipeline step log
get_pipeline_step_logFetches the plain text log output for a specific Bitbucket pipeline step. Provide the pipeline UUID and step UUID to retrieve the log contents.
Instructions
Fetch the log output of a specific pipeline step. Use pipeline_uuid and step_uuid from get_pr_pipeline_status. Returns plain text log contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Bitbucket repo slug. | |
| step_uuid | Yes | Pipeline step UUID. | |
| workspace | No | Bitbucket workspace (slug). | |
| pipeline_uuid | Yes | Pipeline UUID. |