---
title: "List Knowledge Base notes"
method: GET
path: "/api/v4/workspaces/{workspace}/notes"
tags: ["Knowledge Base"]
---

# List Knowledge Base notes

`GET /api/v4/workspaces/{workspace}/notes`

List notes for a workspace. view=full (default) returns notes with content. view=summary returns a lightweight metadata-only representation. includeEnrichment=true wraps the response with USearch indexing metadata (incompatible with view=summary).

## Path parameters

- `workspace` string, required

## Query parameters

- `view` 'full' | 'summary'
- `includeEnrichment` boolean
- `status` 'active' | 'deprecated'
- `search` string
- `limit` integer
- `offset` integer

## Response `200`

Array of notes (full or summary) or paginated enriched response

---

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