url = "https://api.vectara.io/v2/corpora"
payload={'limit': 100}
headers = {
'Accept': 'application/json',
'x-api-key': 'my personal api key'
}
response = requests.request("GET", url, headers=headers, data=payload)```
We have way more than 10 corpora set up. None of the other payload params have an effect either...