# Sqlite:History

**Page:** api/sqlite-history

[Download Raw Markdown](./api/sqlite-history.md)

---

## API Endpoints Summary

- **GET** `/api/v1/sqlite/history` — Get query history
- **DELETE** `/api/v1/sqlite/history` — Clear query history
- **DELETE** `/api/v1/sqlite/history/{index}` — Delete history entry
- **GET** `/api/v1/sqlite/history/stats` — Get history statistics

## CLI

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