cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CPI: MessageProcessingLogs API Query Issue

babruvahana
Contributor
0 Likes
1,959

Hi Experts,

My requirement needs to fetch the CPI MessageProcessingLogs every 15 minutes.

The API fetching 1000 records in call. I used $skiptoken=1000 to fetch the next 1000 records.

But this is working inconsistently as the API doesn't give the next set of 1000 records every time.

I would like to know is there any way we can fetch all the records.

Any leads will be really helpful.

Regards,

Pavan

View Entire Topic
AdityaMani51
Participant
0 Likes

Hi Pavan,

Try to get data in batches -looping process call.

Regards,

Aditya