Symptoms:
VMware is aware of this issue and is being considered for inclusion in a later release.
See the Workaround section below for more information.
Workaround:
For older executions which are impacted by this issue, you may retrieve the data of the pipeline execution via Postman or any API client tool by passing the REST API call with the following query parameters, expand=PIPELINE and expand=PIPELINE_STAGE, similar to the example below:
curl --location --request GET 'https://api.mgmt.cloud.vmware.com/codestream/api/executions/########-####-####-####-########c74a?expand=PIPELINE_STAGE' --header 'Authorization: Bearer value_of_token'