An API that connects multiple Microsoft services, enabling data access and automation across platforms
Hi @Amit Paple
You can filter files/folders using the $filter query parameter.
GET https://graph.microsoft.com/v1.0/drives/{drive id}/root/children?$filter=startswith(name,'xxx')
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.