Get all the API's with plugins and it's config

We want to verify if rate limiting config policy as local is applied for all our API’s, Can you please suggest how I can verify that?

is there any command get all the APIs with specific plugins configuration?
I have tried - curl -i -X GET http://localhost:8001/plugins but it’s not returning all the API’s.

We have 700+ API’s so it’s hard to query each API to verify it.

Kong version .0.9.x

Did you try doing curl http://localhost:8001/plugins?name=rate-limiting? This is an undocumented and unsupported feature as far as I know and should be avoided.

Also, Kong 0.9.x is outdated and a lot has improved since then. I recommend you upgrade to more recent versions.