# Notes:databases

**Page:** api/notes-databases

[Download Raw Markdown](./api/notes-databases.md)

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records` — List database records
- **POST** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records` — Create a database record
- **GET** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records/search` — Search database records
- **GET** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records/{recordId}` — Get a database record
- **PATCH** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records/{recordId}` — Update a database record
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/databases/{databaseId}/records/{recordId}` — Delete a database record

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```