Limit on number of keys in query?

What is the limit for the number of keys/length of keys I can use when querying a view using the NodeJS SDK? I couldn’t find anything about a limit in the documentation so I’m guessing it’s based on number of keys, and during testing I found the limit was somewhere between 150 and 175 keys at once. Is there an official hard limit documented somewhere?

As far as I know, the limit is not technically on the number of keys, but rather on the length of the URL generated when making those queries. Many SDKs will encode the keys as a POST body in such circmumstances – perhaps you’ve found a bug in our SDK!

@brett - FIXME

Thanks. I was using keys that were about 40 to 50 characters in length each, in case that will help with debugging.