SonarCloud API - How do I limit the results to just my projects

I’m using the following URL https://sonarcloud.io/api/components/search?qualifiers=TRK, the response is returning data for 23000 + projects. How do I limit it to just the projects that are in my account?

Hi @lcc,

You should add a filter with your organiztion => https://sonarcloud.io/api/components/search?qualifiers=TRK&organization=<YOUR_ORGANIZATION>.

Regards,
Julien Lancelot