I want to use the REST API to get all the build statuses of a repository, but it will make a lot of requests (one for each commit).
Is there a way to get all the build statuses for all the commits of a repository?