---
title: "List Roots"
method: GET
path: "/v1/knowledge-base/knowledge-bases/{kb_id}/sources/{source_id}/roots"
tags: ["knowledge-base-connectors"]
---

# List Roots

`GET /v1/knowledge-base/knowledge-bases/{kb_id}/sources/{source_id}/roots`

List roots for a connector source with keyset pagination.

## Path parameters

- `kb_id` string, uuid, required
- `source_id` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string, nullable

## Response `200`

Successful Response

- CursorPageRootResponse
  - `items` RootResponse[], required
    - `id` string, uuid, required
    - `knowledge_base_source_id` string, uuid, required
    - `provider_item_id` string, required
    - `item_type` string, required
    - `display_name` string, required
    - `source_url` string, nullable
    - `is_recursive` boolean
    - `metadata` object, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `next_cursor` string, nullable
  - `has_more` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.dev/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
