Hi etcd list,
Is there currently enforced pagination when getting results via the v3 HTTP API? I'm using v3.5
Specifically, if I call /v3/kv/range and specify a combination of 'key' and 'range_end' parameters that return a lot of keys, do I have to be concerned with pagination or should I expect to get all keys regardless of total returned data size?
Some HTTP APIs implement parameters like 'limit' and 'offset' to control pagination, so I'm wondering if I need to be concerned about that here.
Thank you,
Oleg