Unable to skip and put a limit on Admin Conversation History API

Hi, I am working for kore.ai bot-builder in my. I am trying to use conversation-History API for admin console
POST : https://{{host}}/api/public/bot/{{BotID}}/getMessages

but skip and limit filter are not working for this API. Always fetches first 100 records ignoring value I am passing from the date I created this bot.

Like here: https://{{host}}/api/public/bot/{{BotID}}/getMessages?skip=10&limit=10
Result = First 100 records from the date I created this bot. Not even skipped first 10 records as mentioned. Also working and fetching 100 records if limit=100000. also. Please look at this issue and reply waiting for response.