---
title: "GET /orgs/{org_id}/k2"
method: GET
path: "/orgs/{org_id}/k2"
tags: ["k2"]
---

# GET /orgs/{org_id}/k2

`GET /orgs/{org_id}/k2`

List knowledge bases in an organization

## Path parameters

- `org_id` string, required

## Query parameters

- `page_token` string, nullable

## Response `200`

Knowledge bases listed successfully

- ListK2Response
  - `k2` K2Preview[], required
    - `created_at` string, date-time, required
    - `data_size_bytes` integer, nullable
    - `description` string, nullable
    - `id` integer, required
    - `name` string, required
    - `uid` string, required
    - `updated_at` string, date-time, required
  - `next_page_token` string, nullable

## Changes

- **2026-03-18** `70eefd95db9e` — 1 info
  - endpoint added
- **2026-03-16** `eb2c08128881` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/changes/orgs/:org_id/k2/get.md)

---

[API](https://skmtc.dev/timbal-ai/apis/timbal-platform-api.md) · [All operations](https://skmtc.dev/timbal-ai/apis/timbal-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/timbal-ai/timbal-platform-api/revisions/dd7e398ce0d3/schema)
