get_pipeline
Retrieve a Bitbucket pipeline run's details using its pipeline ID, including status, results, and configuration.
Instructions
Get a pipeline run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| state | Yes | ||
| result | Yes | ||
| ref_name | Yes | ||
| created_on | Yes | ||
| build_number | Yes |