Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the
Error
Application error

91002: Incorrect values for pagination

Twilio Event Streams DocumentationEvents

Description

description page anchor

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.

Possible causes

possible-causes page anchor
  • Page is negative or not an integer. Event Streams list endpoints require the page index to be an integer with a minimum value of 0.
  • PageSize is not an integer. Event Streams list endpoints require an integer page size.
  • PageSize is outside the allowed range. Event Streams list endpoints support values from 1 through 1000.
  • Set Page to 0 or a larger integer, then retry the request.
  • Set PageSize to an integer between 1 and 1000. If you do not need a custom value, use the default page size of 50.
  • When you request the next page of results, use the pagination data returned by the API, such as next_page_url or the API-provided pageToken, instead of constructing paging values manually.

Additional resources

additional-resources page anchor