# Api:Events

**Page:** api/api-events

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

---

## API Endpoints Summary

- **GET** `/api/v1/events/stats` — Get event statistics
- **GET** `/api/v1/events` — List event history
- **DELETE** `/api/v1/events` — Bulk delete events
- **GET** `/api/v1/events/{id}` — Get event details by ID
- **DELETE** `/api/v1/events/{id}` — Delete a single event
- **POST** `/api/v1/events/cleanup` — Cleanup old events

## CLI

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