---
title: "Get data source capabilities"
method: GET
path: "/integrations/sharepoint/v1/capabilities"
tags: ["Sharepoint v1"]
---

# Get data source capabilities

`GET /integrations/sharepoint/v1/capabilities`

Return the browse-hierarchy metadata for this data source.

## Query parameters

- `cookie_name` string, nullable

## Response `200`

Successful Response

- DataSourceCapabilities — Metadata the frontend uses to render the right browse hierarchy.
  - `source` string, required — Data source identifier.
  - `root_kind` 'site' | 'drive', required — Whether the source's top level is sites or drives.
  - `hierarchy_depth` integer, required — Number of browsable levels above individual drive items.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/neulandai/apis/neuland-ai-hub-api.md) · [All operations](https://skmtc.net/neulandai/apis/neuland-ai-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neulandai/neuland-ai-hub-api/versions/b53e89b98c2b/schema)
