OneDrive
communityMicrosoft cloud storage integrated with Microsoft 365. File sync, sharing, and collaboration.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://graph.microsoft.com/v1.0/me/drive/search(q={query})Search files across OneDrive
Parameters
querysearch keyword (stringrequiredReturns
value[] with id, name, size, lastModifiedDateTime, webUrl, file.mimeType, parentReference.pathGET
https://graph.microsoft.com/v1.0/me/drive/root/childrenList folder contents
Parameters
$topresults (integeroptional$orderbyname|lastModifiedDateTime (stringoptionalReturns
value[] with id, name, size, lastModifiedDateTime, folder.childCount, file.mimeType, webUrlGET
https://graph.microsoft.com/v1.0/me/drive/items/{item_id}Get file or folder metadata
Parameters
item_iditem ID (stringrequiredReturns
id, name, size, createdDateTime, lastModifiedDateTime, webUrl, @microsoft.graph.downloadUrl, parentReference