bulk saved origin statuses not correctly retrieved if a `per_page` parameters > 1000 is provided
It seems the paginated reply from get_listed_origins
is not handled
❯ ./get_results.sh 10000
Getting page 1
...
Getting page 8
No more origins
60531 listed
9 accepted not_found
6509 accepted successful
51709 pending null
2304 rejected null
❯ ./get_results.sh 5000
Getting page 1
...
Getting page 14
No more origins
60531 listed
2 accepted failed
13 accepted not_found
12503 accepted successful
45709 pending null
2304 rejected null
❯ ./get_results.sh 1000
Getting page 1
...
Getting page 62
No more origins
60531 listed
4 accepted failed
34 accepted not_found
58188 accepted successful
1 pending null
2304 rejected null