Warning
Application error
17535: Pagination Limit Exceeded
The request to list transcriptions failed because the requested sourceId has more historical transcriptions than the service can paginate. The pagination limit is a fixed system constraint, not the result of invalid request parameters.
- The
sourceIdstores more transcriptions than a single paginated request can process.
- Adjusting the date range or other query filters doesn't help. The limit applies to the total number of stored transcriptions for the
sourceId, not to the size of the filtered result. Re-trying the request produces the same error. - Whenever possible, use a more granular
sourceId, or retrieve individual transcriptions directly by their SIDs. - If you must list transcriptions for a high-volume
sourceId, contact Twilio Support.