We are also seeing similar issues using the API curls when retrieving task info. Getting a 401 when calling URLS like this using a scoped organization token: https://sonarcloud.io/api/ce/task?id=<task_id>
Hello, thanks for reporting this. We’ve opened an incident on https://status.sonarqube.com/. In the short term, as you mentioned, using a PAT should resolve the 401 response for pipelines. For API curl requests try using Bearer authentication as we recommend in our documentation: Web API | SonarQube Cloud | Sonar Documentation.