I`m doing some research using sonarcloud. I need to get more than 10000 issues result through url https://sonarcloud.io/api/issues/search?languages=java, but the response is ‘msg":"Can return only the first 10000 results. 10500th result asked.’ how can i do to get the results of rest of them?
xuejiangtao
(Xuejiangtao)
1
ganncamp
(G Ann Campbell)
2
Hi,
You’ll have to be clever about it. Try querying by subset: language, type, …
Ann
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Cannot get more than 10000 results through web API | 5 | 6976 | May 13, 2020 | |
| I tried to hit sonar web api i am getting only 10000 results | 1 | 153 | April 16, 2025 | |
| Web API limit for issues api | 4 | 457 | November 24, 2023 | |
| How to retrieve more than 10,000 results using api/issues/search | 4 | 135 | December 12, 2025 | |
| Unable to get more than 10,000 projects on sonarqube | 1 | 894 | April 4, 2023 |