---
title: "List Notes"
method: GET
path: "/agent-knowledge/notes"
tags: ["agent-knowledge"]
---

# List Notes

`GET /agent-knowledge/notes`

## Query parameters

- `target_entry_id` string, required

## Response `200`

Successful Response

- ListAgentKnowledgeNotesResponse
  - `notes` AgentKnowledgeNoteResponse[], required
    - `id` string, required
    - `targetEntryId` string, nullable
    - `targetDirectoryId` string, nullable
    - `body` string, required
    - `quotedText` string, nullable
    - `quoteAnchor` string, nullable
    - `authorUserId` string, nullable
    - `sourceSessionId` string, nullable
    - `status` string, required
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/traversal/apis/fastapi.md) · [All operations](https://skmtc.net/traversal/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/traversal/fastapi/revisions/2134ebffd1ef/schema)
