---
title: "Search notes within a site"
method: GET
path: "/sites/{site_path}/notes/search"
---

# Search notes within a site

`GET /sites/{site_path}/notes/search`

## Path parameters

- `site_path` string, required

## Query parameters

- `term` string, required
- `mode` string

## Response `200`

Notes found

- Note[]
  - `id` integer
  - `title` string
  - `body` string
  - `visibility` string

## Other responses

- `404` — Site not found

---

[API](https://skmtc.net/collectednotes/apis/site-management-api.md) · [All operations](https://skmtc.net/collectednotes/apis/site-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectednotes/site-management-api/versions/90e948db0114/schema)
