---
title: "List all notes."
method: GET
path: "/v3/enterprise/knowledge/notes"
tags: ["notes"]
---

# List all notes.

`GET /v3/enterprise/knowledge/notes`

## Query parameters

- `after` string, nullable
- `first` integer
- `access_type` 'org' | 'enterprise', nullable
- `search` string, nullable
- `folder_path` string, nullable
- `pinned_repo` string, nullable

## Response `200`

Successful Response

- PaginatedResponseKnowledgeNoteResponse
  - `end_cursor` string, nullable — Cursor to fetch the next page, or None if this is the last page.
  - `has_next_page` boolean — Whether there are more items available after this page.
  - `items` KnowledgeNoteResponse[], required
    - `access_type` 'enterprise' | 'org', required
    - `body` string, required
    - `created_at` integer, required
    - `folder_id` string, nullable, required
    - `folder_path` string, required
    - `is_enabled` boolean, required
    - `macro` string, nullable, required
    - `name` string, required
    - `note_id` string, required
    - `org_id` string, nullable, required
    - `pinned_repo` string, nullable, required
    - `trigger` string, required
    - `updated_at` integer, required
  - `total` integer, nullable — Optional total count (can be omitted for performance).

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

[API](https://skmtc.net/devinenterprise/apis/devin-api-v1.md) · [All operations](https://skmtc.net/devinenterprise/apis/devin-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/devinenterprise/devin-api-v1/revisions/e3244476af1c/schema)
