https://circleci.com/docs/api/#recent-builds-project
I am using this API on one private repo of mine.
curl https://circleci.com/api/v1.1/project/github/:account/:repo?circle-token=:token&limit=1&filter=successful
I can change the limit and/or the filter, the results is always the same. all my 20 builds.
I tried on another repo I have, a public one, and it worked fine this time. I don’t know if the privacy setting is the cause here.
Is there anything I could be doing wrong? Is there anymore feedback I could pass on?