# Display:Screenshots

**Page:** api/display-screenshots

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

---

## API Endpoints Summary

- **GET** `/api/v1/display/screenshot` — Capture a new screenshot
- **GET** `/api/v1/display/screenshot/info` — Capture screenshot and return metadata only
- **GET** `/api/v1/display/screenshot/last` — Retrieve the most recent screenshot
- **GET** `/api/v1/display/screenshot/last/info` — Get metadata for the most recent screenshot
- **GET** `/api/v1/display/screenshot/{timestamp}` — Retrieve a specific screenshot by timestamp

## CLI

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