As stated in official documentation here https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-get-request-Query%20parameters
you CAN sort pipeline runs on diffrente paramenters: creator.uuid, created_on, run_creation_date
Update method listPipelineRuns to accept sorting.
As stated in official documentation here https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-get-request-Query%20parameters
you CAN sort pipeline runs on diffrente paramenters: creator.uuid, created_on, run_creation_date
Update method listPipelineRuns to accept sorting.