API Date Filtering
S
Stewart T
We'd like to be able to extract pipeline data from CircleCI by date. Currently, if I want to get pipelines for a project from May 2024, I would have to utilize the following api request and then paginate backwards until my target date. For some repos, this can be thousands of requests to just reach the location I need.
Harry Betancourt
Having to paginate back thousands of times to retrieve pipeline data by date is inefficient, retro bowl, and requires a date filtering solution from the start.