Docs say the limit is 1000
I get an error when I go above 100, how do i increase above 100 ?
{
"errorCode": "TOO_MUCH_DATA",
"errorDetails": ""
}
| maxResults | int | limit on the total number of results returned, must be greater than 0 and less than or equal to 1000 |
{
"errorCode": "TOO_MUCH_DATA",
"errorDetails": ""
}


Comment