v1

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

Get data source capabilities

Return the browse-hierarchy metadata for this data source.

get/integrations/onedrive/capabilities

Query parameters

cookie_namestring nullable

Response

Successful Response

sourcestring required

Data source identifier.

root_kind'site' | 'drive' required

Whether the source's top level is sites or drives.

hierarchy_depthinteger required

Number of browsable levels above individual drive items.

Example response

{
  "source": "sharepoint",
  "root_kind": "site",
  "hierarchy_depth": 2
}