I tried to hit sonar web api i am getting only 10000 results

i tried to hit sonar web api i am getting only 10000 results, how to fetch all the issues.
i am currently using this url
/issues/search?componentKeys={projectkey}&branch={branch}&statuses={status}&asc=true&p={page}&ps=500&s=FILE_LINE

do we have any other api ?

i tried fetching by filtering the categories with issue severity type, still only 10000 is possible .

hi @Jeyprakashkr
see here: Cannot get more than 10000 results through web API

Carine