Skip to main content

Record Limits in CircleCI's Flaky Tests API

Overview

When using the CircleCI API to retrieve flaky test results, users may encounter a limitation where only the last 1,000 records are returned, even if more results are available. This limitation affects users on paid plans, while those on free plans are restricted to 5 records. Currently, there is no pagination feature, such as a page_token to retrieve additional records beyond this limit.

Additional Resources

Did this answer your question?