pageNextToken missing from DLQ API action

Hello,

 

We are using the Message Routing API of nrfCloud to consume messages from DLQ.
According to the documentation here: https://docs.message-routing.nrfcloud.com/#tag/DLQ/operation/listDlqItems

 

The action should return a "pageNextToken" field when DLQ has more messages than "pageLimit" to allow querying next page.
However, in our case while we have 800+ messages in DLQ, the action fetches the 1st 100 without the "pageNextToken" field.

 

Can you advice please?

 

Thank you

Related