Hi everyone, i am trying to fetch all feature flag...
# ask-questions
g
Hi everyone, i am trying to fetch all feature flags using this api
Copy code
curl <https://api.growthbook.io/api/v1/features?limit=100> \
  -u secret_abc123DEF456:
but when i specify limit more then 100, it return 400 bad request. Anyone else has experienced this issue?
r
Hi Ashna, Thank you for your message. I will now review this with the team and get back to you shortly 🌼
In the interim, please can you also share the JavaScript console and Network tab when replicating this error so we can further investigate?
g
i figured out the issue. It accepts the pagination value to be only between 1-100.
thanks
r
Ah perfect, thank you for the update and glad to hear all is now resolved 🚀