Skip to contentSkip to navigationSkip to topbar
On this page

40153: Absolute Paging used when iterating TaskRouter resources



WARNING: 40153

warning-40153 page anchor
TASKROUTER
WARNING

The absolute paging query type that is being used has been deprecated. Starting Dec. 1, 2021 we will no longer return data for this query, and instead return a 400-response for requests of query type /Workers?Page=&PageSize=.

Please update your application to instead utilize relative paging: /Workers?PageToken=PAWT44a4f4b72d9c7c4ea92bd8d8fe1b611b

Possible Causes

possible-causes page anchor

Not using the latest Twilio helper libraries. Constructing requests directly which use Page & PageSize query parameters directly.

Utilize the latest Twilio helper libraries. Rely upon the PageToken instead of the Page Number for paging.