I’m having difficulty listing my images. Both a direct curl API call, and the web interface in the dashboard fail when trying to call the list API.
curl -X GET "https://api.cloudflare.com/client/v4/accounts/xxxxxxxx/images/v1?page=1&per_page=50" -H "Authorization: Bearer xxxxxxxxx" -H "Content-Type: application/json"
That fails after 41 seconds with 504: Gateway time-out.
The dashboard API call is identical except it goes to dash.cloudflare.com but still fails after 41 seconds.
Without being able to list my images it can make certain things rather difficult to debug.
I do have 5.8 million images but surely that doesn’t break the API entirely?