91002: Incorrect values for pagination
EVENTS
ERROR
This error occurs when your Event Streams request includes invalid pagination values. Use Page and PageSize values that match the requirements for Event Streams list endpoints.
Pageis negative or not an integer. Event Streams list endpoints require the page index to be an integer with a minimum value of0.PageSizeis not an integer. Event Streams list endpoints require an integer page size.PageSizeis outside the allowed range. Event Streams list endpoints support values from1through1000.
- Set
Pageto0or a larger integer, then retry the request. - Set
PageSizeto an integer between1and1000. If you do not need a custom value, use the default page size of50. - When you request the next page of results, use the pagination data returned by the API, such as
next_page_urlor the API-providedpageToken, instead of constructing paging values manually.