v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-25173140700.7 KB
OneDrive

List top-level browse entries

List the source's top-level browse entries (sites or drives) with imported counts.

get/integrations/onedrive/roots

Query parameters

chat_idinteger nullable

Scope imported counts to this chat.

Scope imported counts to this chat.

library_idinteger nullable

Scope imported counts to this library.

Scope imported counts to this library.

assistant_idinteger nullable

Scope imported counts to this assistant.

Scope imported counts to this assistant.

project_idinteger nullable

Scope imported counts to this project.

Scope imported counts to this project.

cookie_namestring nullable

Response

Successful Response

OR

Example response

[
  {
    "id": "contoso.sharepoint.com,guid1,guid2",
    "web_url": "https://contoso.sharepoint.com/sites/Team",
    "name": "Team",
    "display_name": "Team Site",
    "description": "Collaboration site",
    "imported_count": 15
  }
]