Search code examples
twiliotwilio-conversations

Read multiple conversations resources - page size?


My question is about the following APIs:

When using the Java SDK for the above APIs, I see an option to specify page-size and limit. Is there any upper bound on the page-size for the above APIs? Or can I simply specify a page-size of 10 million in order to get all conversations in a single request/response?


Solution

  • The PageSize parameter is a default of 50 and a maximum of 1,000. This is set across the Twilio APIs, unless explicitly documented otherwise.