Hi Abin Simon,
Thanks for reaching out!
I understand that you are getting 400 error while querying endpoint-https://graph.microsoft.com/v1.0/chats/{chat-id}/messages
400 error occurs when the request can't be processed because it's malformed or incorrect.
I tried to reproduce from my end by retrieving the chat messages https://graph.microsoft.com/v1.0/chats/{chat-id}/messages
And try to execute the skiptoken
from the response generated. I am able to get the success response.
Could you please verify that the skiptoken
is being properly included in the URL. If it’s missing or malformed, it could lead to a 400 error.
Hope this helps.
If the reply is helpful, please click "Accept Answer" and kindly upvote it. If you have additional questions about this answer, please click "Comment".