0

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?

RvPr
  • 1,074
  • 1
  • 9
  • 26

1 Answers1

1

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.

philnash
  • 70,667
  • 10
  • 60
  • 88