Our organization has a lot of test suites, and some of our test suite targets have a lot of tests (thousands). If a test in one of these larger suites errors out, any remaining tests in the suite will report failures, often leading to too many results for the API to return.
It would be nice if the API response included a continuation token so we could get the rest of the tests that have been marked as flaky.